summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-03-12 17:05:34 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-03-12 17:05:34 (GMT)
commit6080db76066a83fc7c2e50975b616f649fbfb2d6 (patch)
treedc322deccfe718312b5837cd8523c513b18e5c8b /Doc/glossary.rst
parenta7fccd8b14885a76525e11baa1f9db7792d9a26c (diff)
downloadcpython-6080db76066a83fc7c2e50975b616f649fbfb2d6.zip
cpython-6080db76066a83fc7c2e50975b616f649fbfb2d6.tar.gz
cpython-6080db76066a83fc7c2e50975b616f649fbfb2d6.tar.bz2
closes issue14257 - Grammatical fix
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r--Doc/glossary.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 079cfdf..2f1277c 100644
--- 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
- 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,