From 6ee49178517088966e63c2aedf6a8a5779ad5384 Mon Sep 17 00:00:00 2001 From: Chunlin Date: Sat, 25 Apr 2020 23:33:48 +0800 Subject: DOC: Add missing bracket (gh-16051) Add missing closing brackets, script to generate the list in the PR gh-16051. --- 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 31648fb2e..f86ebf551 100644 --- a/numpy/ma/extras.py +++ b/numpy/ma/extras.py @@ -811,7 +811,7 @@ def compress_nd(x, axis=None): ---------- x : array_like, MaskedArray The array to operate on. If not a MaskedArray instance (or if no array - elements are masked, `x` is interpreted as a MaskedArray with `mask` + elements are masked), `x` is interpreted as a MaskedArray with `mask` set to `nomask`. axis : tuple of ints or int, optional Which dimensions to suppress slices from can be configured with this -- cgit v1.2.1