diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-22 17:03:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 17:03:37 (GMT) |
commit | 64b02c6304a1afe665f0669368120582231a2805 (patch) | |
tree | b16fb141b6b504267c28879dec72ccd654bda2bd | |
parent | 4a285256147abb0a922d7165acf9777ac79b3091 (diff) | |
download | cpython-64b02c6304a1afe665f0669368120582231a2805.zip cpython-64b02c6304a1afe665f0669368120582231a2805.tar.gz cpython-64b02c6304a1afe665f0669368120582231a2805.tar.bz2 |
gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
* gh-94114
(cherry picked from commit 8661c5053fbe3e246289d77e49a813470b3a16f7)
Co-authored-by: partev <petrosyan@gmail.com>
-rw-r--r-- | Doc/tutorial/whatnow.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst index 18805da..efd032b 100644 --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -31,10 +31,7 @@ the set are: More Python resources: * https://www.python.org: The major Python web site. It contains code, - documentation, and pointers to Python-related pages around the web. This web - site is mirrored in various places around the world, such as Europe, Japan, and - Australia; a mirror may be faster than the main site, depending on your - geographical location. + documentation, and pointers to Python-related pages around the web. * https://docs.python.org: Fast access to Python's documentation. |