Skip to content

Commit

Permalink
More useful docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Jan 28, 2013
1 parent 2ac3913 commit 2f7923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def __nonzero__(self):
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
Expand Down

0 comments on commit 2f7923b

Please sign in to comment.