]> granicus.if.org Git - python/commitdiff
closes issue14257 - Grammatical fix
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 12 Mar 2012 17:05:04 +0000 (10:05 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 12 Mar 2012 17:05:04 +0000 (10:05 -0700)
Doc/glossary.rst

index dca4de7a07271f73201829dcabc3688261442ce6..2b2ed407748c019f2a06494c7db7a448e74fc996 100644 (file)
@@ -152,9 +152,9 @@ Glossary
       For more information about descriptors' methods, see :ref:`descriptors`.
 
    dictionary
-      An associative array, where arbitrary keys are mapped to values.  The keys
-      can be any object with :meth:`__hash__` method and :meth:`__eq__`
-      methods. Called a hash in Perl.
+      An associative array, where arbitrary keys are mapped to values.  The
+      keys can be any object with :meth:`__hash__`  and :meth:`__eq__` methods.
+      Called a hash in Perl.
 
    docstring
       A string literal which appears as the first expression in a class,