Commit 68041e0f authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

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


Remove 's' mention as there's no argument.
(cherry picked from commit e942e7b5)
Co-authored-by: default avatarAndre Delfino <adelfino@gmail.com>
parent 098b1398
...@@ -1909,7 +1909,7 @@ The constructors for both classes work the same: ...@@ -1909,7 +1909,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