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.
2 parents b69ef16 + a7fccd8 commit 68e994eCopy full SHA for 68e994e
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