More useful docstring.

This commit is contained in:
Cory Benfield
2013-01-26 15:24:25 +00:00
parent 2ac3913733
commit 2f7923bc05
+1 -1
View File
@@ -487,7 +487,7 @@ class Response(object):
return self.ok
def __iter__(self):
"""Returns the current object."""
"""Allows you to use a response as an iterator."""
return self.iter_content(128)
@property