From: Senthil Kumaran Date: Mon, 12 Mar 2012 17:05:34 +0000 (-0700) Subject: closes issue14257 - Grammatical fix X-Git-Tag: v3.3.0a2~235^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6080db76066a83fc7c2e50975b616f649fbfb2d6;p=thirdparty%2FPython%2Fcpython.git closes issue14257 - Grammatical fix --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 079cfdfd17b9..2f1277c22b07 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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,