mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Minor typo
This commit is contained in:
parent
c9196bc88d
commit
ede3a0da8b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ _TemporarilyImmutableSet -- Not a subclass of BaseSet: just a wrapper
|
|||
|
||||
Only hashable objects can be added to a Set. In particular, you cannot
|
||||
really add a Set as an element to another Set; if you try, what is
|
||||
actuallly added is an ImmutableSet built from it (it compares equal to
|
||||
actually added is an ImmutableSet built from it (it compares equal to
|
||||
the one you tried adding).
|
||||
|
||||
When you ask if `x in y' where x is a Set and y is a Set or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue