diff options
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 7309b7c7aa..ee9be3be6e 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 |