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 a94ad1e commit 4dd27a3Copy full SHA for 4dd27a3
1 file changed
Doc/glossary.rst
@@ -355,8 +355,8 @@ Glossary
355
All of Python's immutable built-in objects are hashable, while no mutable
356
containers (such as lists or dictionaries) are. Objects which are
357
instances of user-defined classes are hashable by default; they all
358
- compare unequal (except with themselves), and their hash value is their
359
- :func:`id`.
+ compare unequal (except with themselves), and their hash value is derived
+ from their :func:`id`.
360
361
IDLE
362
An Integrated Development Environment for Python. IDLE is a basic editor
0 commit comments