Skip to content

Commit

Permalink
history indent fix for rest/pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Feb 15, 2011
1 parent fa42c12 commit a551796
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ History
++++++++++++++++++

* New HTTPHandling Methods
- Reponse.__nonzero__ (false if bad HTTP Status)
- Response.ok (True if expected HTTP Status)
- Response.error (Logged HTTPError if bad HTTP Status)
- Reponse.raise_for_status() (Raises stored HTTPError)
- Reponse.__nonzero__ (false if bad HTTP Status)
- Response.ok (True if expected HTTP Status)
- Response.error (Logged HTTPError if bad HTTP Status)
- Reponse.raise_for_status() (Raises stored HTTPError)


0.2.2 (2011-02-14)
Expand Down

0 comments on commit a551796

Please sign in to comment.