summaryrefslogtreecommitdiff
path: root/wsgitools/filters.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2008-09-22 22:49:10 +0200
committerHelmut Grohne <helmut@subdivi.de>2008-09-22 22:49:10 +0200
commit046d626712723a275bf9c33220c20be2b231be73 (patch)
tree5940f495e1c918228620e178ddb133ca91cd03ae /wsgitools/filters.py
parent592eaf98f851b9fd03206a4cd12ecaad462efa2c (diff)
downloadwsgitools-046d626712723a275bf9c33220c20be2b231be73.tar.gz
improve comments
Diffstat (limited to 'wsgitools/filters.py')
-rw-r--r--wsgitools/filters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsgitools/filters.py b/wsgitools/filters.py
index 4f01c6c..9b901fd 100644
--- a/wsgitools/filters.py
+++ b/wsgitools/filters.py
@@ -316,7 +316,7 @@ class EncodeWSGIFilter(BaseWSGIFilter):
"""BaseWSGIFilter interface
@type header: str
@type value: str
- @rtype (str, str)
+ @rtype: (str, str)
"""
if header.lower() != "content-type":
return (header, value)