diff options
| author | Raymond Hettinger <python@rcn.com> | 2008-01-13 06:18:07 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2008-01-13 06:18:07 +0000 |
| commit | 8bdd044dfd13621130b03e276cf1da770ccf8a1d (patch) | |
| tree | a8f73f90b1d321280aedab8d5a964ac6106ce240 | |
| parent | c20ed51dc38b77cfcd169ab4aed3cb2b5aa9d961 (diff) | |
| download | cpython-git-8bdd044dfd13621130b03e276cf1da770ccf8a1d.tar.gz | |
Fix spelling.
| -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 9aa2d7e0a8..2fa0ef789a 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -342,7 +342,7 @@ Glossary named tuple Any tuple-like class whose indexable fields are also accessible with named attributes (for example, :func:`time.localtime` returns a - tuple-like object where the *year* is accessable either with an + tuple-like object where the *year* is accessible either with an index such as ``t[0]`` or with a named attribute like ``t.tm_year``). A named tuple can be a built-in type such as :class:`time.struct_time`, |
