Skip to content

Commit

Permalink
s/behavior/behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Aug 29, 2014
1 parent dfa41af commit 81d6b3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/community/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_.

Expand Down
2 changes: 1 addition & 1 deletion docs/user/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 81d6b3e

Please sign in to comment.