Skip to content

Commit 8f83436

Browse files
committed
update docstring
1 parent 5ea1a0f commit 8f83436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4208,7 +4208,7 @@ def replace(
42084208
dtypes: object(1)
42094209
memory usage: 80.0+ bytes
42104210
4211-
Pipe output of DataFrame.info to buffer instead of sys.stdout, get
4211+
Pipe output of Series.info to buffer instead of sys.stdout, get
42124212
buffer content and writes to a text file:
42134213
42144214
>>> import io

0 commit comments

Comments
 (0)