diff options
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r-- | numpy/core/fromnumeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index a2d2f3100..49fd57e29 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -1090,7 +1090,7 @@ def squeeze(a, axis=None): Returns ------- squeezed : ndarray - The input array, but with with all or a subset of the + The input array, but with all or a subset of the dimensions of length 1 removed. This is always `a` itself or a view into `a`. |