Skip to content

Commit

Permalink
Update frame.py (pandas-dev#14724)
Browse files Browse the repository at this point in the history
typo "explicitly"
  • Loading branch information
sdimi authored and jreback committed Nov 23, 2016
1 parent e4413c4 commit 22d982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -3233,7 +3233,7 @@ def trans(v):
# try to be helpful
if isinstance(self.columns, MultiIndex):
raise ValueError('Cannot sort by column %s in a '
'multi-index you need to explicity '
'multi-index you need to explicitly '
'provide all the levels' % str(by))

raise ValueError('Cannot sort by duplicate column %s' %
Expand Down

0 comments on commit 22d982a

Please sign in to comment.