diff options
author | Brigitta Sipőcz <b.sipocz@gmail.com> | 2022-09-08 09:49:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 09:49:29 -0700 |
commit | cf94f4f1ec8fd47e0e8a7c1e5c51d61ed38de8df (patch) | |
tree | 51df4d8a4f27dfe96450af9cdfc71d1d78361006 | |
parent | 57a3a607cdba03cab1a215f00997b9d989846a7e (diff) | |
download | numpy-cf94f4f1ec8fd47e0e8a7c1e5c51d61ed38de8df.tar.gz |
fix release note formatting
Co-authored-by: Matti Picus <matti.picus@gmail.com>
-rw-r--r-- | doc/release/upcoming_changes/22228.expired.rst | 9 |
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. |