Skip to content

Commit b5aecab

Browse files
committed
DOC: move extractall ref point
1 parent acefd75 commit b5aecab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.18.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,11 @@ In summary, ``extract(expand=True)`` always returns a ``DataFrame``
235235
with a row for every subject string, and a column for every capture
236236
group.
237237

238+
.. _whatsnew_0180.enhancements.extractall:
239+
238240
Addition of str.extractall
239241
^^^^^^^^^^^^^^^^^^^^^^^^^^
240242

241-
.. _whatsnew_0180.enhancements.extractall:
242-
243243
The :ref:`.str.extractall <text.extractall>` method was added
244244
(:issue:`11386`). Unlike ``extract`` (which returns only the first
245245
match),

0 commit comments

Comments
 (0)