diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 18:58:53 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 18:58:53 (GMT) |
commit | f8240d6564c6d8f166256fca9b0fb6e9b89c7db1 (patch) | |
tree | f0f1e1ebbf75dcc65ca3c435b1879329d90e0e70 /Doc/glossary.rst | |
parent | e41f0de84d286f0362e1c9e23a535aba827e109f (diff) | |
parent | 599d76b2754f5391abb0aadae96a444065e52b5c (diff) | |
download | cpython-f8240d6564c6d8f166256fca9b0fb6e9b89c7db1.zip cpython-f8240d6564c6d8f166256fca9b0fb6e9b89c7db1.tar.gz cpython-f8240d6564c6d8f166256fca9b0fb6e9b89c7db1.tar.bz2 |
Merge 3.2, doc typos.
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 4f1795d..04b3fbb 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -587,7 +587,7 @@ Glossary as :keyword:`if`, :keyword:`while` or :keyword:`for`. struct sequence - A tuple with named elements. Struct sequences expose an interface similiar + A tuple with named elements. Struct sequences expose an interface similar to :term:`named tuple` in that elements can either be accessed either by index or as an attribute. However, they do not have any of the named tuple methods like :meth:`~collections.somenamedtuple._make` or |