Skip to content

Commit a4203cf

Browse files
authored
Fix unnecessary pluralization (#35553)
1 parent 3b6915e commit a4203cf

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
@@ -4193,7 +4193,7 @@ def rename(
41934193
Parameters
41944194
----------
41954195
mapper : dict-like or function
4196-
Dict-like or functions transformations to apply to
4196+
Dict-like or function transformations to apply to
41974197
that axis' values. Use either ``mapper`` and ``axis`` to
41984198
specify the axis to target with ``mapper``, or ``index`` and
41994199
``columns``.

0 commit comments

Comments
 (0)