Fix typo
authorPavlo Kapyshin <i@93z.org>
Thu, 10 Apr 2014 03:09:36 +0000 (06:09 +0300)
committerPavlo Kapyshin <i@93z.org>
Thu, 10 Apr 2014 03:09:41 +0000 (06:09 +0300)
requests/utils.py

index 6f4eb500692eb7b8a4ae274fd4496c06a714fc97..b703ac4cebcc8fe14483db04cb0c3d1dced94f5f 100644 (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())