From 1dc594cf86a01aac4ef1ab15f7e5397da1fdd82f Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Thu, 27 Jan 2022 08:03:00 -0800 Subject: DOC: fix input parameter type in docstring. --- numpy/ma/extras.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/ma/extras.py') diff --git a/numpy/ma/extras.py b/numpy/ma/extras.py index a40b5f009..7f3e25900 100644 --- a/numpy/ma/extras.py +++ b/numpy/ma/extras.py @@ -1632,7 +1632,7 @@ def flatnotmasked_contiguous(a): Parameters ---------- - a : narray + a : array_like The input array. Returns -- cgit v1.2.1