mirror of
https://github.com/python/cpython.git
synced 2026-05-23 12:53:22 -04:00
#6801: fix copy-paste oversight.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user