]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
closes issue14257 - Grammatical fix
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 12 Mar 2012 17:05:34 +0000 (10:05 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 12 Mar 2012 17:05:34 +0000 (10:05 -0700)
Doc/glossary.rst

index 079cfdfd17b9f25614ba58cae6e40595a3856ed8..2f1277c22b0754d39c122ed73dc54f7b78249b88 100644 (file)
@@ -146,9 +146,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,