From: Andre Delfino Date: Thu, 7 Mar 2019 05:23:21 +0000 (-0300) Subject: Fix the documentation for set.copy() (GH-12176) X-Git-Tag: v3.8.0a3~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e942e7b5c91995ae1ad967ef2c0f116a5d8555de;p=thirdparty%2FPython%2Fcpython.git Fix the documentation for set.copy() (GH-12176) Remove 's' mention as there's no argument. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index d1b1b8c636e9..c9fbfd098f2c 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`,