Skip to content

Commit 0707f32

Browse files
committed
fix docstring substitution
1 parent 97dc73c commit 0707f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4630,7 +4630,7 @@ def replace(
46304630
Series.memory_usage: Memory usage of Series."""
46314631
),
46324632
)
4633-
@doc(SeriesInfo)
4633+
@doc(SeriesInfo.info)
46344634
def info(
46354635
self,
46364636
verbose: Optional[bool] = None,

0 commit comments

Comments
 (0)