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

Skip to content

Commit 84ad6ae

Browse files
committed
#16128: merge with 3.2.
2 parents 3ff4571 + 188ad85 commit 84ad6ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/glossary.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ Glossary
320320
All of Python's immutable built-in objects are hashable, while no mutable
321321
containers (such as lists or dictionaries) are. Objects which are
322322
instances of user-defined classes are hashable by default; they all
323-
compare unequal, and their hash value is their :func:`id`.
323+
compare unequal (except with themselves), and their hash value is their
324+
:func:`id`.
324325

325326
IDLE
326327
An Integrated Development Environment for Python. IDLE is a basic editor

0 commit comments

Comments
 (0)