8000 DOC: Improved the docstring of Series.str.findall by jcontesti · Pull Request #19982 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: Improved the docstring of Series.str.findall #19982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Prev Previous commit
Next Next commit
re is now in double backtick quotes
  • Loading branch information
jcontesti committed Mar 7, 2018
commit 62c6a5a71b73a7f29af7d0c761ac9a333964427d
2 changes: 1 addition & 1 deletion pandas/core/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ def str_findall(arr, pat, flags=0):
pat : string
Pattern or regular expression.
flags : int, default 0
`re` module flags, e.g. `re.IGNORECASE`.
``re`` module flags, e.g. `re.IGNORECASE`.

Returns
-------
Expand Down
0