Skip to content

Commit 67dc97c

Browse files
authored
DOC: make rename docs consistent (#36969)
1 parent 344992c commit 67dc97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4323,7 +4323,7 @@ def rename(
43234323
Traceback (most recent call last):
43244324
KeyError: ['C'] not found in axis
43254325
4326-
Using axis-style parameters
4326+
Using axis-style parameters:
43274327
43284328
>>> df.rename(str.lower, axis='columns')
43294329
a b

0 commit comments

Comments
 (0)