diff options
author | Guido van Rossum <guido@python.org> | 2007-08-17 18:30:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-17 18:30:38 (GMT) |
commit | f10aa9825e49e8652f30bc6d92c736fe47bb134c (patch) | |
tree | c804ba7c7ea948e6814767246b6ba2dec41bac5d /Doc/tutorial/index.rst | |
parent | eb1cf4e73beca52f8bc3b5ba9d5cef3632470a5b (diff) | |
download | cpython-f10aa9825e49e8652f30bc6d92c736fe47bb134c.zip cpython-f10aa9825e49e8652f30bc6d92c736fe47bb134c.tar.gz cpython-f10aa9825e49e8652f30bc6d92c736fe47bb134c.tar.bz2 |
Another merge. Only doc stuff was affected (but this aligns the UTF-32
codec changes in trubk and branch). Hopefully the Py3k glossary wasn't
different from the trunk one.
Diffstat (limited to 'Doc/tutorial/index.rst')
-rw-r--r-- | Doc/tutorial/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tutorial/index.rst b/Doc/tutorial/index.rst index 7309b7c..ee9be3b 100644 --- a/Doc/tutorial/index.rst +++ b/Doc/tutorial/index.rst @@ -41,6 +41,8 @@ language's flavor and style. After reading it, you will be able to read and write Python modules and programs, and you will be ready to learn more about the various Python library modules described in the Python Library Reference. +The :ref:`glossary` is also worth going through. + .. toctree:: appetite.rst @@ -57,4 +59,3 @@ various Python library modules described in the Python Library Reference. whatnow.rst interactive.rst floatingpoint.rst - glossary.rst |