Skip to content

Commit 52eda7b

Browse files
jorisvandenbosschejreback
authored andcommitted
DOC: fix wrongly placed versionadded (#16702)
1 parent 0d46203 commit 52eda7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/strings.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -611,11 +611,12 @@ def str_extract(arr, pat, flags=0, expand=None):
611611
flags : int, default 0 (no flags)
612612
re module flags, e.g. re.IGNORECASE
613613
614-
.. versionadded:: 0.18.0
615614
expand : bool, default False
616615
* If True, return DataFrame.
617616
* If False, return Series/Index/DataFrame.
618617
618+
.. versionadded:: 0.18.0
619+
619620
Returns
620621
-------
621622
DataFrame with one row for each subject string, and one column for

0 commit comments

Comments
 (0)