Skip to content

Commit 633c68b

Browse files
DOC: fix syntax in whatsnew file
1 parent 456ad47 commit 633c68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v2.3.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Bug fixes
2626
"string" type in the JSON Table Schema for :class:`StringDtype` columns
2727
(:issue:`61889`)
2828
- Boolean operations (``|``, ``&``, ``^``) with bool-dtype objects on the left and :class:`StringDtype` objects on the right now cast the string to bool, with a deprecation warning (:issue:`60234`)
29-
- Fixed ``~Series.str.match``, ``~Series.str.fullmatch`` and ``~Series.str.contains``
30-
with compiled regex for the Arrow-backed string dtype (:issue:`61964`, :issue:`61942`)
29+
- Fixed :meth:`~Series.str.match`, :meth:`~Series.str.fullmatch` and :meth:`~Series.str.contains`
30+
string methods with compiled regex for the Arrow-backed string dtype (:issue:`61964`, :issue:`61942`)
3131
- Bug in :meth:`Series.replace` and :meth:`DataFrame.replace` inconsistently
3232
replacing matching values when missing values are present for string dtypes (:issue:`56599`)
3333

0 commit comments

Comments
 (0)