Commit e942e7b5 authored by Andre Delfino's avatar Andre Delfino Committed by Serhiy Storchaka

Fix the documentation for set.copy() (GH-12176)

Remove 's' mention as there's no argument.
parent ecc161d1
...@@ -4020,7 +4020,7 @@ The constructors for both classes work the same: ...@@ -4020,7 +4020,7 @@ The constructors for both classes work the same:
.. method:: copy() .. method:: copy()
Return a new set with a shallow copy of *s*. Return a shallow copy of the set.
Note, the non-operator versions of :meth:`union`, :meth:`intersection`, Note, the non-operator versions of :meth:`union`, :meth:`intersection`,
......
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