]> granicus.if.org Git - python/commitdiff
Merged revisions 74590 via svnmerge from
authorGeorg Brandl <georg@python.org>
Sun, 30 Aug 2009 21:06:47 +0000 (21:06 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 30 Aug 2009 21:06:47 +0000 (21:06 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74590 | georg.brandl | 2009-08-30 11:51:53 +0000 (So, 30 Aug 2009) | 1 line

  #6801: fix copy-paste oversight.
........

Doc/library/stdtypes.rst

index 878f0c0142e1f76f6b4c82d05e8262ae9846caf8..7013f150d58d6de426203c4944c297482b53faa4 100644 (file)
@@ -1740,7 +1740,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.