diff options
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 358c60f7b..62ca6dca3 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -748,6 +748,12 @@ add_newdoc('numpy.core.multiarray', 'empty', Whether to store multi-dimensional data in C (row-major) or Fortran (column-major) order in memory. + Returns + ------- + out : ndarray + Array of uninitialized (arbitrary) data with the given + shape, dtype, and order. + See Also -------- empty_like, zeros, ones |