projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
338c5f6
)
Fix typo
author
Pavlo Kapyshin
<i@93z.org>
Thu, 10 Apr 2014 03:09:36 +0000
(06:09 +0300)
committer
Pavlo Kapyshin
<i@93z.org>
Thu, 10 Apr 2014 03:09:41 +0000
(06:09 +0300)
requests/utils.py
patch
|
blob
|
history
diff --git
a/requests/utils.py
b/requests/utils.py
index 6f4eb500692eb7b8a4ae274fd4496c06a714fc97..b703ac4cebcc8fe14483db04cb0c3d1dced94f5f 100644
(file)
--- a/
requests/utils.py
+++ b/
requests/utils.py
@@
-61,7
+61,7
@@
def super_len(o):
return os.fstat(fileno).st_size
if hasattr(o, 'getvalue'):
- # e.g. BytesIO, cStringIO.StringI
+ # e.g. BytesIO, cStringIO.StringI
O
return len(o.getvalue())