Skip to content

Commit

Permalink
Small correction on a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
JuhaS committed May 28, 2012
1 parent de1637c commit ba4cc32
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 @@ -665,7 +665,7 @@ def __init__(self):
#: Resulting :class:`HTTPError` of request, if one occurred.
self.error = None

#: Encoding to decode with when accessing r.content.
#: Encoding to decode with when accessing r.text.
self.encoding = None

#: A list of :class:`Response <Response>` objects from
Expand Down

0 comments on commit ba4cc32

Please sign in to comment.