8000 [3.10] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548) (… · python/cpython@2081f9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2081f9f

Browse files
authored
[3.10] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548) (GH-29556)
(cherry picked from commit b7360ae) Co-authored-by: M. Mostafa Farzan <m2_farzan@yahoo.com> Automerge-Triggered-By: GH:asvetlov
1 parent bf26a6d commit 2081f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/copy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The :func:`deepcopy` function avoids these problems by:
6060
components copied.
6161

6262
This module does not copy types like module, method, stack trace, stack frame,
63-
file, socket, window, array, or any similar types. It does "copy" functions and
63+
file, socket, window, or any similar types. It does "copy" functions and
6464
classes (shallow and deeply), by returning the original object unchanged; this
6565
is compatible with the way these are treated by the :mod:`pickle` module.
6666

0 commit comments

Comments
 (0)
0