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

Remove 's' mention as there's no argument.
This commit is contained in:
Andre Delfino 2019-03-07 02:23:21 -03:00 committed by Serhiy Storchaka
parent ecc161d120
commit e942e7b5c9

View file

@ -4020,7 +4020,7 @@ The constructors for both classes work the same:
.. 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`,