s/behavior/behaviour
authorKevin Burke <kev@inburke.com>
Fri, 29 Aug 2014 18:51:09 +0000 (11:51 -0700)
committerKevin Burke <kev@inburke.com>
Fri, 29 Aug 2014 18:51:09 +0000 (11:51 -0700)
docs/api.rst
docs/community/support.rst
docs/user/advanced.rst

index f1242ccbb8add397e122cdad957874142c43e6bf..91a2266bac67882cfe910e69463c739922830358 100644 (file)
@@ -249,7 +249,7 @@ API Changes
       requests.get("http://example.org", proxies=proxies)
 
 
-Behavioral Changes
+Behavioural Changes
 ~~~~~~~~~~~~~~~~~~
 
 * Keys in the ``headers`` dictionary are now native strings on all Python
index a187a332a979fa42a30b861ff06499ece7172880..7f8c332dcf09ac6a0016853f9a9c364f30078594 100644 (file)
@@ -15,7 +15,7 @@ If your question is less than 140 characters, feel free to send a tweet to
 File an Issue
 -------------
 
-If you notice some unexpected behavior in Requests, or want to see support
+If you notice some unexpected behaviour in Requests, or want to see support
 for a new feature,
 `file an issue on GitHub <https://github.com/kennethreitz/requests/issues>`_.
 
index 65970daf5f97b47c431191383446c6ff69a734f7..0fbf85833435bdcc5ff3590aebcf7607707205eb 100644 (file)
@@ -194,7 +194,7 @@ Body Content Workflow
 ---------------------
 
 By default, when you make a request, the body of the response is downloaded
-immediately. You can override this behavior and defer downloading the response
+immediately. You can override this behaviour and defer downloading the response
 body until you access the :class:`Response.content <requests.Response.content>`
 attribute with the ``stream`` parameter::