From: Senthil Kumaran Date: Mon, 12 Mar 2012 17:05:04 +0000 (-0700) Subject: closes issue14257 - Grammatical fix X-Git-Tag: v2.7.4rc1~974 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c768d4caa81100a27dab517a8eccc18fea6843fc;p=thirdparty%2FPython%2Fcpython.git closes issue14257 - Grammatical fix --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index dca4de7a0727..2b2ed407748c 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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,