Thanks to visit codestin.com Credit goes to github.com
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 464e661 commit b7360aeCopy full SHA for b7360ae
1 file changed
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