Skip to content

Commit

Permalink
Merge pull request psf#1998 from Kapishin/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Lukasa committed Apr 10, 2014
2 parents 338c5f6 + 4ca4865 commit 07ee20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.StringIO
return len(o.getvalue())


Expand Down

0 comments on commit 07ee20d

Please sign in to comment.