We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a677c commit 981bdfdCopy full SHA for 981bdfd
pandas/core/strings/accessor.py
@@ -1391,7 +1391,7 @@ def replace(
1391
1392
Examples
1393
--------
1394
- When `pat` is a string and `regex` is True (the default), the given `pat`
+ When `pat` is a string and `regex` is True, the given `pat`
1395
is compiled as a regex. When `repl` is a string, it replaces matching
1396
regex patterns as with :meth:`re.sub`. NaN value(s) in the Series are
1397
left as is:
0 commit comments