Mercurial > p > roundup > code
diff doc/customizing.txt @ 5759:39082e29d2b4
fix typo
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 02 Jun 2019 13:28:17 -0400 |
| parents | a5f5c044049f |
| children | 9938c40e03bc |
line wrap: on
line diff
--- a/doc/customizing.txt Sat Jun 01 21:39:17 2019 -0400 +++ b/doc/customizing.txt Sun Jun 02 13:28:17 2019 -0400 @@ -680,7 +680,7 @@ - ``required``: see `design documentation`_. Adds the property to the list returned by calling get_required_props for the class. - ``default_value``: see `design documentation`_ Sets the default - value is the property is not set. + value if the property is not set. - ``quiet``: see `design documentation`_. Suppresses user visible to changes to this property. The property change is not reported:
