We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142fcb4 commit 6073920Copy full SHA for 6073920
Doc/library/copy.rst
@@ -60,7 +60,7 @@ The :func:`deepcopy` function avoids these problems by:
60
components copied.
61
62
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
+file, socket, window, or any similar types. It does "copy" functions and
64
classes (shallow and deeply), by returning the original object unchanged; this
65
is compatible with the way these are treated by the :mod:`pickle` module.
66
0 commit comments