Minor typo

This commit is contained in:
Raymond Hettinger 2002-08-20 23:34:01 +00:00
parent c9196bc88d
commit ede3a0da8b
1 changed files with 1 additions and 1 deletions

View File

@ -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