Skip to content

Commit 22d982a

Browse files
sdimijreback
authored andcommitted
Update frame.py (pandas-dev#14724)
typo "explicitly"
1 parent e4413c4 commit 22d982a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3233,7 +3233,7 @@ def trans(v):
32333233
# try to be helpful
32343234
if isinstance(self.columns, MultiIndex):
32353235
raise ValueError('Cannot sort by column %s in a '
3236-
'multi-index you need to explicity '
3236+
'multi-index you need to explicitly '
32373237
'provide all the levels' % str(by))
32383238

32393239
raise ValueError('Cannot sort by duplicate column %s' %

0 commit comments

Comments
 (0)