#6801: fix copy-paste oversight.

This commit is contained in:
Georg Brandl 2009-08-30 11:51:53 +00:00
parent 6f8b99e868
commit 7d65fbfed4
1 changed files with 1 additions and 1 deletions

View 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.