From baef1f2291abfcdaedec12d7b5afa230fe1d3db5 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Thu, 27 Oct 2016 14:20:29 -0400 Subject: DOC: Patch doc errors for atleast_nd and frombuffer Closes gh-8214. Closes gh-8215. --- numpy/add_newdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/add_newdocs.py') 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 ----- -- cgit v1.2.1