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.
2 parents 946ab24 + 9f9a348 commit 2c51b0aCopy full SHA for 2c51b0a
numpy/_globals.py
@@ -97,7 +97,7 @@ def __repr__(self):
97
class _CopyMode(enum.Enum):
98
"""
99
An enumeration for the copy modes supported
100
- by numpy. The following three modes are supported,
+ by numpy.copy() and numpy.array(). The following three modes are supported,
101
102
- ALWAYS: This means that a deep copy of the input
103
array will always be taken.
0 commit comments