Skip to content

Commit ff90fb4

Browse files
committed
Merge pull request #5726 from jorisvandenbossche/patch-1
DOC: small doc build warning: Note -> Notes
2 parents f6fd509 + 4a09586 commit ff90fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/strings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ def str_match(arr, pat, case=True, flags=0, na=np.nan, as_indexer=False):
332332
matches : boolean array (if as_indexer=True)
333333
matches : array of tuples (if as_indexer=False, default but deprecated)
334334
335-
Note
336-
----
335+
Notes
336+
-----
337337
To extract matched groups, which is the deprecated behavior of match, use
338338
str.extract.
339339
"""

0 commit comments

Comments
 (0)