summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2016-10-27 14:20:29 -0400
committergfyoung <gfyoung17@gmail.com>2016-10-27 14:20:34 -0400
commitbaef1f2291abfcdaedec12d7b5afa230fe1d3db5 (patch)
treef619ff53f62382d262290a4f2dcd0f00431b9da4 /numpy/add_newdocs.py
parent77ce5f48506c6305cd8987683291275726cde623 (diff)
downloadnumpy-baef1f2291abfcdaedec12d7b5afa230fe1d3db5.tar.gz
DOC: Patch doc errors for atleast_nd and frombuffer
Closes gh-8214. Closes gh-8215.
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index e3304d191..8a24bead1 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -1126,7 +1126,7 @@ add_newdoc('numpy.core.multiarray', 'frombuffer',
count : int, optional
Number of items to read. ``-1`` means all data in the buffer.
offset : int, optional
- Start reading the buffer from this offset; default: 0.
+ Start reading the buffer from this offset (in bytes); default: 0.
Notes
-----