cpython: f3c8bdbe2cf3 (original) (raw)
Mercurial > cpython
changeset 75576:f3c8bdbe2cf3 2.7
closes issue14257 - Grammatical fix [#14257]
Senthil Kumaran senthil@uthcode.com | |
---|---|
date | Mon, 12 Mar 2012 10:05:04 -0700 |
parents | f0a5f39615c8 |
children | 755a5f18ccf3 |
files | Doc/glossary.rst |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-)[+] [-] Doc/glossary.rst 6 |
line wrap: on
line diff
--- 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[](#l1.7)
can be any object with :meth:`__hash__` method and :meth:`__eq__`[](#l1.8)
methods. Called a hash in Perl.[](#l1.9)
An associative array, where arbitrary keys are mapped to values. The[](#l1.10)
keys can be any object with :meth:`__hash__` and :meth:`__eq__` methods.[](#l1.11)
Called a hash in Perl.[](#l1.12)
docstring A string literal which appears as the first expression in a class,