This commit is contained in:
Paul Franklin 2014-01-24 17:21:50 -08:00
parent 405572cbdc
commit 04a0c578db

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)