summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
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 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