8000 bpo-45752: Fix no-support examples in 'copy' docs (GH-29548) · python/cpython@6073920 · GitHub < 8000 meta http-equiv="x-pjax-version" content="d3830ec2ad935260006827b1fa20b5a1d079e6f5afe254febb561e67b0e6c7bc" data-turbo-track="reload">
[go: up one dir, main page]

Skip to content

Commit 6073920

Browse files
bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
(cherry picked from commit b7360ae) Co-authored-by: M. Mostafa Farzan <m2_farzan@yahoo.com>
1 parent 142fcb4 commit 6073920

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