Commit 6080db76 authored by Senthil Kumaran's avatar Senthil Kumaran

closes issue14257 - Grammatical fix

parent a7fccd8b
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment