Skip to content

Commit 6d962c3

Browse files
DOC: fix andas.Series.str.fullmatch RT03
1 parent 849016c commit 6d962c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/strings/accessor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,6 +1411,9 @@ def fullmatch(self, pat, case: bool = True, flags: int = 0, na=None):
14111411
Returns
14121412
-------
14131413
Series/Index/array of boolean values
1414+
The function returns a Series, Index, or array of boolean values,
1415+
where True indicates that the entire string matches the regular
1416+
expression pattern and False indicates that it does not.
14141417
14151418
See Also
14161419
--------

0 commit comments

Comments
 (0)