Compare commits

...

1 Commits

Author SHA1 Message Date
Paul Franklin
04a0c578db typo 2014-01-24 17:21:50 -08:00

View File

@ -48,7 +48,7 @@ class FilterOption(EnumeratedListOption):
@type label: string
@param value: A default value for the option.
Example: 1
@type label: int
@type value: int
@return: nothing
"""
EnumeratedListOption.__init__(self, label, value)