From 2a0d23baab93eafce78a7281b534b473450fb55d Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Sat, 10 Mar 2018 06:54:19 -0500 Subject: [PATCH] DOC: lint --- pandas/core/indexes/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/indexes/base.py b/pandas/core/indexes/base.py index 7e6ae88a26e7c..52283e4e223b4 100644 --- a/pandas/core/indexes/base.py +++ b/pandas/core/indexes/base.py @@ -1156,7 +1156,7 @@ def to_frame(self, index=True): >>> idx = pd.Index(['Ant', 'Bear', 'Cow'], name='animal') >>> idx.to_frame() animal - animal + animal Ant Ant Bear Bear Cow Cow