Navigation Menu

Skip to content

Commit

Permalink
Fix 2451: Rename from_env to trust_env in client reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 31, 2017
1 parent 7f31c58 commit 6e53ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/2451.doc
@@ -0,0 +1 @@
Rename `from_env` to `trust_env` in client reference.
2 changes: 1 addition & 1 deletion docs/client_reference.rst
Expand Up @@ -143,7 +143,7 @@ The client session supports the context manager protocol for self closing.

.. versionadded:: 2.3

:param bool from_env: Get proxies information from *HTTP_PROXY* /
:param bool trust_env: Get proxies information from *HTTP_PROXY* /
*HTTPS_PROXY* environment variables if the
parameter is ``True`` (``False`` by default).

Expand Down

0 comments on commit 6e53ed4

Please sign in to comment.