diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-06-10 10:53:31 -0700 |
|---|---|---|
| committer | Thea Flowers <theaflowers@google.com> | 2018-06-10 10:53:31 -0700 |
| commit | 6be637268931e100b0d2d15cecd5524323fd4f36 (patch) | |
| tree | a0ab9c9fb2d30dac9445d2a54fcfab32257fc0ce /docs | |
| parent | ffb17a3c23179988c5b4666286dc7ad29849f5c6 (diff) | |
| download | urllib3-6be637268931e100b0d2d15cecd5524323fd4f36.tar.gz | |
Update Python 2 doc link to Python 3 (#1395)
Python 3 docs are better maintained and are the future of the Python
project.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/advanced-usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced-usage.rst b/docs/advanced-usage.rst index 8f19f820..283e9a45 100644 --- a/docs/advanced-usage.rst +++ b/docs/advanced-usage.rst @@ -227,7 +227,7 @@ Alternatively you can capture the warnings with the standard :mod:`logging` modu Finally, you can suppress the warnings at the interpreter level by setting the ``PYTHONWARNINGS`` environment variable or by using the -`-W flag <https://docs.python.org/2/using/cmdline.html#cmdoption-W>`_. +`-W flag <https://docs.python.org/3/using/cmdline.html#cmdoption-w>`_. Google App Engine ----------------- |
