diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-09-13 02:09:15 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-09-13 02:09:15 (GMT) |
commit | bf64c0411fd54d81f1bc7a45b35c0a0557ac4899 (patch) | |
tree | c6ec06b4275d2044fc2c4312bf64c7c08e1bfe4c /Doc | |
parent | 64fc6aee9926e4437ce1d31ce1d1b2914abb3203 (diff) | |
download | cpython-bf64c0411fd54d81f1bc7a45b35c0a0557ac4899.zip cpython-bf64c0411fd54d81f1bc7a45b35c0a0557ac4899.tar.gz cpython-bf64c0411fd54d81f1bc7a45b35c0a0557ac4899.tar.bz2 |
Remove extra 'the'; the following title includes it
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/index.rst b/Doc/library/index.rst index 145d16a..657011a 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -7,7 +7,7 @@ :Release: |version| :Date: |today| -While the :ref:`reference-index` describes the exact syntax and +While :ref:`reference-index` describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also describes some of the optional components that are commonly included |