diff --git a/src/gen/plug/menu/_filter.py b/src/gen/plug/menu/_filter.py index 677971fa4..2f8b74a23 100644 --- a/src/gen/plug/menu/_filter.py +++ b/src/gen/plug/menu/_filter.py @@ -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)