summaryrefslogtreecommitdiff
path: root/webob/request.py
diff options
context:
space:
mode:
Diffstat (limited to 'webob/request.py')
-rw-r--r--webob/request.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/webob/request.py b/webob/request.py
index dea9688..45bc6f9 100644
--- a/webob/request.py
+++ b/webob/request.py
@@ -893,8 +893,8 @@ class BaseRequest(object):
@property
def is_body_readable(self):
"""
- webob.is_body_readable is a flag that tells us that we can read the
- input stream even though CONTENT_LENGTH is missing.
+ webob.is_body_readable is a flag that tells us that we can read the
+ input stream even though CONTENT_LENGTH is missing.
"""
clen = self.content_length