summaryrefslogtreecommitdiff
path: root/wsgitools/filters.py
diff options
context:
space:
mode:
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)