summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabhilash42 <64172584+abhilash42@users.noreply.github.com>2020-05-19 01:42:52 +0530
committerGitHub <noreply@github.com>2020-05-19 01:42:52 +0530
commit637ecfeed67b084fcdbfabd938ae23dbe01276b3 (patch)
treecb5f6dc384d1535eea813c9fe2e8ce3e9ec095f0
parent44632dff703dfd1e9afabf6c407be7bc77296a76 (diff)
downloadnumpy-637ecfeed67b084fcdbfabd938ae23dbe01276b3.tar.gz
Update numpy/core/_add_newdocs.py
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
-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 0a818dfb8..6562cb6dc 100644
--- a/numpy/core/_add_newdocs.py
+++ b/numpy/core/_add_newdocs.py
@@ -3939,7 +3939,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('tobytes', """
Constructs Python bytes showing a copy of the raw contents of
data memory. The bytes object is produced in C-order by default.
- This behavior is controlled by the order parameter.
+ This behavior is controlled by the ``order`` parameter.
.. versionadded:: 1.9.0