Merge pull request #1998 from Kapishin/master

Fix typo
This commit is contained in:
Cory Benfield
2014-04-10 06:46:05 +01:00
+1 -1
View File
@@ -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())