We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4413c4 commit 22d982aCopy full SHA for 22d982a
pandas/core/frame.py
@@ -3233,7 +3233,7 @@ def trans(v):
3233
# try to be helpful
3234
if isinstance(self.columns, MultiIndex):
3235
raise ValueError('Cannot sort by column %s in a '
3236
- 'multi-index you need to explicity '
+ 'multi-index you need to explicitly '
3237
'provide all the levels' % str(by))
3238
3239
raise ValueError('Cannot sort by duplicate column %s' %
0 commit comments