diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2005-09-12 12:44:20 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2005-09-12 12:44:20 (GMT) |
commit | b5d21183b49d54601e37f8bb7c5aae462499d2da (patch) | |
tree | df112071fbb16882c144553b1c00ec1ac5bf6c99 /Doc/tut | |
parent | 8e13af3f7a3cbf2a60a3dbdad36e28f9f0a87100 (diff) | |
download | cpython-b5d21183b49d54601e37f8bb7c5aae462499d2da.zip cpython-b5d21183b49d54601e37f8bb7c5aae462499d2da.tar.gz cpython-b5d21183b49d54601e37f8bb7c5aae462499d2da.tar.bz2 |
Update link
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 2133da5..d5a9fe6 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -5282,10 +5282,8 @@ The major Python Web site is \url{http://www.python.org/}; 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. A more -informal site is \url{http://starship.python.net/}, which contains a -bunch of Python-related personal home pages; many people have -downloadable software there. Many more user-created Python modules +than the main site, depending on your geographical location. +Many more user-created Python modules can be found in the \ulink{Python Package Index}{http://www.python.org/pypi} (PyPI). |