summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorabhilash42 <64172584+abhilash42@users.noreply.github.com>2020-05-19 01:42:12 +0530
committerGitHub <noreply@github.com>2020-05-19 01:42:12 +0530
commiteb30df43d7c6fc472c2b806df05078611fb6af18 (patch)
treec16872b62136d7bbd81188ee309e348b8592e238 /numpy
parent91f147091316595be3b875ca9de2361666318370 (diff)
downloadnumpy-eb30df43d7c6fc472c2b806df05078611fb6af18.tar.gz
Update numpy/core/_add_newdocs.py
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/_add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py
index 85b19091d..470bc5feb 100644
--- a/numpy/core/_add_newdocs.py
+++ b/numpy/core/_add_newdocs.py
@@ -3938,7 +3938,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('tobytes', """
Construct Python bytes containing the raw data bytes in the array.
Constructs Python bytes showing a copy of the raw contents of
- data memory. The bytes object can be produced in C-order by default.
+ data memory. The bytes object is produced in C-order by default.
This behavior is controlled by the order parameter.
.. versionadded:: 1.9.0