diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2016-09-29 19:03:13 -0600 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2016-09-29 19:07:54 -0600 |
| commit | cb9c0b4f51542a7d0ed5cc5bf0a73f528afbe03e (patch) | |
| tree | 83fd36f8c5eade20f54c7f7abe59ea14e2a765f2 | |
| parent | 3b604dac2846ce69c903394e2798ea094551348b (diff) | |
| download | webob-fix/bodies_on_everything.tar.gz | |
Update docstringfix/bodies_on_everything
| -rw-r--r-- | webob/request.py | 4 |
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 |
