Skip to content

Commit 2a0d23b

Browse files
committed
DOC: lint
1 parent bf0dcb5 commit 2a0d23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ def to_frame(self, index=True):
11561156
>>> idx = pd.Index(['Ant', 'Bear', 'Cow'], name='animal')
11571157
>>> idx.to_frame()
11581158
animal
1159-
animal
1159+
animal
11601160
Ant Ant
11611161
Bear Bear
11621162
Cow Cow

0 commit comments

Comments
 (0)