Kaydet (Commit) 7d65fbfe authored tarafından Georg Brandl's avatar Georg Brandl

#6801: fix copy-paste oversight.

üst 6f8b99e8
...@@ -1787,7 +1787,7 @@ The constructors for both classes work the same: ...@@ -1787,7 +1787,7 @@ The constructors for both classes work the same:
Accepts multiple input iterables. Accepts multiple input iterables.
.. method:: symmetric_difference_update(other) .. method:: symmetric_difference_update(other)
set ^= other | ... set ^= other
Update the set, keeping only elements found in either set, but not in both. Update the set, keeping only elements found in either set, but not in both.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment