]> granicus.if.org Git - python/commitdiff
Minor typo
authorRaymond Hettinger <python@rcn.com>
Tue, 20 Aug 2002 23:34:01 +0000 (23:34 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 20 Aug 2002 23:34:01 +0000 (23:34 +0000)
Lib/sets.py

index 05128462ecf265175b343f9cd30cac8394285af1..5ed46d15a6150a1ad12c76204f4c30b6e2a6048f 100644 (file)
@@ -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