Skip to content

Commit 74de478

Browse files
divergentdavejreback
authored andcommitted
DOC: Fix typo in docstring (#14970)
1 parent ba43331 commit 74de478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ def f(x):
690690
def rename_axis(self, mapper, axis=0, copy=True, inplace=False):
691691
"""
692692
Alter index and / or columns using input function or functions.
693-
A scaler or list-like for ``mapper`` will alter the ``Index.name``
693+
A scalar or list-like for ``mapper`` will alter the ``Index.name``
694694
or ``MultiIndex.names`` attribute.
695695
A function or dict for ``mapper`` will alter the labels.
696696
Function / dict values must be unique (1-to-1). Labels not contained in

0 commit comments

Comments
 (0)