summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 1a3f9e461..65c9646eb 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -736,6 +736,8 @@ add_newdoc('numpy.core.multiarray', 'empty',
order : {'C', 'F'}, optional
Whether to store multi-dimensional data in C (row-major) or
Fortran (column-major) order in memory.
+ maskna : boolean
+ If this is true, the returned array will have an NA mask.
See Also
--------