closes issue14257 - Grammatical fix

This commit is contained in:
Senthil Kumaran 2012-03-12 10:05:58 -07:00
commit 9186850088
1 changed files with 3 additions and 3 deletions

View File

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