summaryrefslogtreecommitdiff
path: root/src/webob/dec.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/webob/dec.py')
-rw-r--r--src/webob/dec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webob/dec.py b/src/webob/dec.py
index 044ebc0..def23db 100644
--- a/src/webob/dec.py
+++ b/src/webob/dec.py
@@ -128,7 +128,7 @@ class wsgify(object):
except HTTPException as exc:
resp = exc
if resp is None:
- ## FIXME: I'm not sure what this should be?
+ # FIXME: I'm not sure what this should be?
resp = req.response
if isinstance(resp, text_type):
resp = bytes_(resp, req.charset)