From 04a0c578db4f58aa60a3c0054eba897f10606b72 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Fri, 24 Jan 2014 17:21:50 -0800 Subject: [PATCH] typo --- src/gen/plug/menu/_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)