cpython: c5833f277258 (original) (raw)
Mercurial > cpython
changeset 75574:c5833f277258
closes issue14257 - Grammatical fix [#14257]
Senthil Kumaran senthil@uthcode.com | |
---|---|
date | Mon, 12 Mar 2012 10:05:58 -0700 |
parents | b8a14f95453a(current diff)0f146020d8e9(diff) |
children | 3184e2d52ac5 |
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
@@ -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[](#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,