[Python-checkins] cpython (merge 3.2 -> default): closes issue14257 - Grammatical fix
senthil.kumaran
python-checkins at python.org
Tue Mar 13 08:17:25 CET 2012
http://hg.python.org/cpython/rev/c5833f277258
changeset: 75574:c5833f277258
parent: 75535:b8a14f95453a
parent: 75573:0f146020d8e9
user: Senthil Kumaran <senthil at uthcode.com>
date: Mon Mar 12 10:05:58 2012 -0700
summary:
closes issue14257 - Grammatical fix
files:
Doc/glossary.rst | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -146,9 +146,9 @@
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,
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list