diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 057c5d5f35c086..c21cb0d9ea0f4a 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -3975,7 +3975,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`,