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 3ff4571 + 188ad85 commit 84ad6aeCopy full SHA for 84ad6ae
1 file changed
Doc/glossary.rst
@@ -320,7 +320,8 @@ Glossary
320
All of Python's immutable built-in objects are hashable, while no mutable
321
containers (such as lists or dictionaries) are. Objects which are
322
instances of user-defined classes are hashable by default; they all
323
- compare unequal, and their hash value is their :func:`id`.
+ compare unequal (except with themselves), and their hash value is their
324
+ :func:`id`.
325
326
IDLE
327
An Integrated Development Environment for Python. IDLE is a basic editor
0 commit comments