[Python-checkins] cpython (2.7): closes issue14257 - Grammatical fix

senthil.kumaran python-checkins at python.org
Tue Mar 13 08:17:29 CET 2012


http://hg.python.org/cpython/rev/f3c8bdbe2cf3
changeset: 75576:f3c8bdbe2cf3
branch: 2.7
parent: 75531:f0a5f39615c8
user: Senthil Kumaran <senthil at uthcode.com>
date: Mon Mar 12 10:05:04 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
@@ -152,9 +152,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

AltStyle によって変換されたページ (->オリジナル) /