From 9a5a34c695db6b69d4325d319f8a27fb1b45a933 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 22 Dec 2016 18:34:01 -0600 Subject: [PATCH] DOC: Fix typo in docstring --- pandas/core/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 3678168890444..77c2699f5a432 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -690,7 +690,7 @@ def f(x): def rename_axis(self, mapper, axis=0, copy=True, inplace=False): """ Alter index and / or columns using input function or functions. - A scaler or list-like for ``mapper`` will alter the ``Index.name`` + A scalar or list-like for ``mapper`` will alter the ``Index.name`` or ``MultiIndex.names`` attribute. A function or dict for ``mapper`` will alter the labels. Function / dict values must be unique (1-to-1). Labels not contained in