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

Skip to content

Commit b7360ae

Browse files
authored
bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
1 parent 464e661 commit b7360ae

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