From: Kevin Burke Date: Fri, 29 Aug 2014 18:51:09 +0000 (-0700) Subject: s/behavior/behaviour X-Git-Tag: v2.4.1~7^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81d6b3e435d41db5d7bb6b57b13977bec6ad526c;p=services%2Fpython-requests.git s/behavior/behaviour --- diff --git a/docs/api.rst b/docs/api.rst index f1242cc..91a2266 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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 diff --git a/docs/community/support.rst b/docs/community/support.rst index a187a33..7f8c332 100644 --- a/docs/community/support.rst +++ b/docs/community/support.rst @@ -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 `_. diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 65970da..0fbf858 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -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 ` attribute with the ``stream`` parameter::