Skip to content

Commit

Permalink
DOC: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Mar 10, 2018
1 parent bf0dcb5 commit 2a0d23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/indexes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a0d23b

Please sign in to comment.