]> granicus.if.org Git - python/commitdiff
#6801: fix copy-paste oversight.
authorGeorg Brandl <georg@python.org>
Sun, 30 Aug 2009 11:51:53 +0000 (11:51 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 30 Aug 2009 11:51:53 +0000 (11:51 +0000)
Doc/library/stdtypes.rst

index 7e31b63aa45d8a33c4b71eb8b6be75d01a37d6eb..3c7698fc0e2d076cbe9216876b70626139cbe73b 100644 (file)
@@ -1787,7 +1787,7 @@ The constructors for both classes work the same:
          Accepts multiple input iterables.
 
    .. method:: symmetric_difference_update(other)
-               set ^= other | ...
+               set ^= other
 
       Update the set, keeping only elements found in either set, but not in both.