history indent fix for rest/pypi
authorKenneth Reitz <me@kennethreitz.com>
Tue, 15 Feb 2011 15:02:39 +0000 (10:02 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Tue, 15 Feb 2011 15:02:39 +0000 (10:02 -0500)
HISTORY.rst

index 6c630039066d597ce71495b58035265373100f0a..0b60fb1b6ad68f26bceeeb4e8f58818079bb8f5d 100644 (file)
@@ -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)