Kaydet (Commit) 4ea46a66 authored tarafından Georg Brandl's avatar Georg Brandl

other -> others where multiple arguments are accepted.

üst 7d65fbfe
......@@ -1765,7 +1765,7 @@ The constructors for both classes work the same:
.. method:: update(other, ...)
set |= other | ...
Update the set, adding elements from *other*.
Update the set, adding elements from all others.
.. versionchanged:: 2.6
Accepts multiple input iterables.
......@@ -1773,7 +1773,7 @@ The constructors for both classes work the same:
.. method:: intersection_update(other, ...)
set &= other & ...
Update the set, keeping only elements found in it and *other*.
Update the set, keeping only elements found in it and all others.
.. versionchanged:: 2.6
Accepts multiple input iterables.
......
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