From: Damien Lespiau Date: Sat, 27 Sep 2014 21:41:59 +0000 (+0100) Subject: filters: Fix a typo in comment X-Git-Tag: v1.1.0~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a09abefb29bbaf3a830548c5fe42ebc68608f2;p=thirdparty%2Fpatchwork.git filters: Fix a typo in comment Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/patchwork/filters.py b/patchwork/filters.py index 8c9690ee..205be29e 100644 --- a/patchwork/filters.py +++ b/patchwork/filters.py @@ -41,7 +41,7 @@ class Filter(object): def key(self): """The key for this filter, to appear in the querystring. A key of - None will remove the param=ley pair from the querystring.""" + None will remove the param=key pair from the querystring.""" return None def set_status(self, *kwargs):