Skip to content

Commit 83b3918

Browse files
authored
remove NO_PROXY from configuration docs (#3193)
1 parent 0aff827 commit 83b3918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guide/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In the following example, a proxy list is set up to use ``proxy.amazon.com``, po
8383
8484
client = boto3.client('kinesis', config=my_config)
8585
86-
Alternatively, you can use the ``HTTP_PROXY`` and ``HTTPS_PROXY`` environment variables to specify proxy servers. The ``NO_PROXY`` environment variable can be used to override proxy servers set by ``HTTP_PROXY`` and ``HTTPS_PROXY``. Proxy servers specified using the ``proxies`` option in the ``Config`` object will override proxy servers specified using environment variables.
86+
Alternatively, you can use the ``HTTP_PROXY`` and ``HTTPS_PROXY`` environment variables to specify proxy servers. Proxy servers specified using the ``proxies`` option in the ``Config`` object will override proxy servers specified using environment variables.
8787

8888
.. _configure_proxies:
8989

0 commit comments

Comments
 (0)