]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
filters: Fix a typo in comment
authorDamien Lespiau <damien.lespiau@intel.com>
Sat, 27 Sep 2014 21:41:59 +0000 (22:41 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:36 +0000 (03:51 +0000)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/filters.py

index 8c9690eeaf22de4fbe152354ce1bdccea946cc8e..205be29e8387111d9d17af874ae4e456135fc261 100644 (file)
@@ -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):