mirror of https://github.com/python/cpython
fixed #6801: symmetric_difference_update also accepts pipe
This commit is contained in:
parent
2fdd58ad18
commit
3092ed977f
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue