Skip to content

Commit

Permalink
Update pandas/core/shared_docs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Roeschke <[email protected]>
  • Loading branch information
jpgianfaldoni and mroeschke authored Nov 3, 2023
1 parent 7310935 commit 46343d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/shared_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
.. versionchanged:: 1.4.0
Previously the explicit ``None`` was silently ignored.
When `Regex`is ``True``, `value` is not ``None`` and `to_replace` is a string,
When ``regex=True``, ``value`` is not ``None`` and `to_replace` is a string,
the replacement will be applied in all columns of the DataFrame.
>>> df = pd.DataFrame({{'A': [0, 1, 2, 3, 4],
Expand Down

0 comments on commit 46343d4

Please sign in to comment.