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

Skip to content

Commit a7fccd8

Browse files
committed
closes issue14257 - 3.2 minor error in glossary wording regarding __hash__
1 parent 1f9a835 commit a7fccd8

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)