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.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index fd6fe277f..e35337476 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -5395,8 +5395,9 @@ add_newdoc('numpy.core.multiarray', 'unpackbits',
myarray : ndarray, uint8 type
Input array.
axis : int, optional
- Unpacks along this axis.
-
+ The dimension over which bit-unpacking is done.
+ ``None`` implies unpacking the flattened array.
+
Returns
-------
unpacked : ndarray, uint8 type