From e942e7b5c91995ae1ad967ef2c0f116a5d8555de Mon Sep 17 00:00:00 2001 From: Andre Delfino Date: Thu, 7 Mar 2019 02:23:21 -0300 Subject: Fix the documentation for set.copy() (GH-12176) Remove 's' mention as there's no argument. --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index d1b1b8c6..c9fbfd0 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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`, -- cgit v0.12