Skip to content

Commit 2c51b0a

Browse files
committed
Merge branch 'never_copy' of https://github.com/czgdp1807/numpy into never_copy
2 parents 946ab24 + 9f9a348 commit 2c51b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __repr__(self):
9797
class _CopyMode(enum.Enum):
9898
"""
9999
An enumeration for the copy modes supported
100-
by numpy. The following three modes are supported,
100+
by numpy.copy() and numpy.array(). The following three modes are supported,
101101
102102
- ALWAYS: This means that a deep copy of the input
103103
array will always be taken.

0 commit comments

Comments
 (0)