From c768d4caa81100a27dab517a8eccc18fea6843fc Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Mon, 12 Mar 2012 10:05:04 -0700 Subject: [PATCH] closes issue14257 - Grammatical fix --- Doc/glossary.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index dca4de7a072..2b2ed407748 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,