diff options
author | abhilash42 <64172584+abhilash42@users.noreply.github.com> | 2020-05-19 01:42:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 01:42:12 +0530 |
commit | eb30df43d7c6fc472c2b806df05078611fb6af18 (patch) | |
tree | c16872b62136d7bbd81188ee309e348b8592e238 /numpy | |
parent | 91f147091316595be3b875ca9de2361666318370 (diff) | |
download | numpy-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.py | 2 |
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 |