mirror of https://github.com/python/cpython.git
Minor typo
This commit is contained in:
parent
c9196bc88d
commit
ede3a0da8b
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
Only hashable objects can be added to a Set. In particular, you cannot
|
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
|
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).
|
the one you tried adding).
|
||||||
|
|
||||||
When you ask if `x in y' where x is a Set and y is a Set or
|
When you ask if `x in y' where x is a Set and y is a Set or
|
||||||
|
|
Loading…
Reference in New Issue