diff options
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 8a24bead1..2834c963b 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -5319,7 +5319,8 @@ add_newdoc('numpy.core.multiarray', 'packbits', Parameters ---------- myarray : array_like - An integer type array whose elements should be packed to bits. + An array of integers or booleans whose elements should be packed to + bits. axis : int, optional The dimension over which bit-packing is done. ``None`` implies packing the flattened array. |