Skip to content

Commit 9f9a302

Browse files
bpo-45752: Remove "array" from list of things that cannot be copied in copy module docstring (GH-29555)
Automerge-Triggered-By: GH:asvetlov (cherry picked from commit c2c4fdf) Co-authored-by: Alex Waygood <[email protected]>
1 parent 6073920 commit 9f9a302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/copy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ class instances).
3939
set of components copied
4040
4141
This version does not copy types like module, class, function, method,
42-
nor stack trace, stack frame, nor file, socket, window, nor array, nor
43-
any similar types.
42+
nor stack trace, stack frame, nor file, socket, window, nor any
43+
similar types.
4444
4545
Classes can use the same interfaces to control copying that they use
4646
to control pickling: they can define methods called __getinitargs__(),

0 commit comments

Comments
 (0)