diff options
author | gfyoung <gfyoung17@gmail.com> | 2016-10-27 14:20:29 -0400 |
---|---|---|
committer | gfyoung <gfyoung17@gmail.com> | 2016-10-27 14:20:34 -0400 |
commit | baef1f2291abfcdaedec12d7b5afa230fe1d3db5 (patch) | |
tree | f619ff53f62382d262290a4f2dcd0f00431b9da4 /numpy/add_newdocs.py | |
parent | 77ce5f48506c6305cd8987683291275726cde623 (diff) | |
download | numpy-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.py | 2 |
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 ----- |