Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9a835 commit a7fccd8Copy full SHA for a7fccd8
1 file changed
Doc/glossary.rst
@@ -147,7 +147,7 @@ Glossary
147
148
dictionary
149
An associative array, where arbitrary keys are mapped to values. The keys
150
- can be any object with :meth:`__hash__` function and :meth:`__eq__`
+ can be any object with :meth:`__hash__` method and :meth:`__eq__`
151
methods. Called a hash in Perl.
152
153
docstring
0 commit comments