summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/upcoming_changes/22228.expired.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/release/upcoming_changes/22228.expired.rst b/doc/release/upcoming_changes/22228.expired.rst
index 45ff42f8d..220ae2a7b 100644
--- a/doc/release/upcoming_changes/22228.expired.rst
+++ b/doc/release/upcoming_changes/22228.expired.rst
@@ -1,6 +1,5 @@
-The mini() method of np.ma.MaskedArray has been removed. Use either
-np.ma.MaskedArray.min() or np.ma.minimum.reduce().
+* The mini() method of ``np.ma.MaskedArray`` has been removed. Use either
+ ``np.ma.MaskedArray.min()`` or ``np.ma.minimum.reduce()``.
-
-The single-argument form of np.ma.minimum and np.ma.maximum has been
-removed. Use np.ma.minimum.reduce() or np.ma.maximum.reduce() instead.
+* The single-argument form of ``np.ma.minimum`` and ``np.ma.maximum`` has been
+ removed. Use ``np.ma.minimum.reduce()`` or ``np.ma.maximum.reduce()`` instead.