Skip to content

Commit adc6564

Browse files
Kischytopper-123
authored andcommitted
DOC: Changed string to give intended explanation (#26891)
Thanks, @Kischy!
1 parent 9326c1e commit adc6564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/missing_data.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ list of regex -> list of regex:
606606

607607
.. ipython:: python
608608
609-
df.replace([r'\.', r'(a)'], ['dot', '\1stuff'], regex=True)
609+
df.replace([r'\.', r'(a)'], ['dot', r'\1stuff'], regex=True)
610610
611611
Only search in column ``'b'`` (dict -> dict):
612612

0 commit comments

Comments
 (0)