diff options
| author | Gagandeep Singh <gdp.1807@gmail.com> | 2021-11-10 14:28:13 +0530 |
|---|---|---|
| committer | Gagandeep Singh <gdp.1807@gmail.com> | 2021-11-10 14:28:13 +0530 |
| commit | 2c51b0a0ab59a9a7122fb386b1d775f5efbb632f (patch) | |
| tree | 012abc982bc0cba0e4b8fae05f0a234918206261 | |
| parent | 946ab2461870047b1c210b93152234d185684927 (diff) | |
| parent | 9f9a34843016faea897cd591a5c4c104fa68c883 (diff) | |
| download | numpy-2c51b0a0ab59a9a7122fb386b1d775f5efbb632f.tar.gz | |
Merge branch 'never_copy' of https://github.com/czgdp1807/numpy into never_copy
| -rw-r--r-- | numpy/_globals.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/_globals.py b/numpy/_globals.py index b17ca1979..41adaae25 100644 --- a/numpy/_globals.py +++ b/numpy/_globals.py @@ -97,7 +97,7 @@ _NoValue = _NoValueType() class _CopyMode(enum.Enum): """ An enumeration for the copy modes supported - by numpy. The following three modes are supported, + by numpy.copy() and numpy.array(). The following three modes are supported, - ALWAYS: This means that a deep copy of the input array will always be taken. |
