Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68e994e

Browse files
committed
closes issue14257 - cpython - minor error in glossary wording regarding __hash__
2 parents b69ef16 + a7fccd8 commit 68e994e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Glossary
147147

148148
dictionary
149149
An associative array, where arbitrary keys are mapped to values. The keys
150-
can be any object with :meth:`__hash__` function and :meth:`__eq__`
150+
can be any object with :meth:`__hash__` method and :meth:`__eq__`
151151
methods. Called a hash in Perl.
152152

153153
docstring

0 commit comments

Comments
 (0)