]> granicus.if.org Git - python/commitdiff
Fix spelling.
authorRaymond Hettinger <python@rcn.com>
Sun, 13 Jan 2008 06:18:07 +0000 (06:18 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 13 Jan 2008 06:18:07 +0000 (06:18 +0000)
Doc/glossary.rst

index 9aa2d7e0a828e3146d63b013c15c81dadd3ecd6d..2fa0ef789a28f1ae6e841430501e1bb231c34439 100644 (file)
@@ -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`,