From 2322ef647769f17472008ff2c4e3623b9384a3f4 Mon Sep 17 00:00:00 2001 From: Dimitris Spathis Date: Wed, 23 Nov 2016 22:10:58 +0100 Subject: [PATCH] Update frame.py typo "explicitly" --- pandas/core/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index f704a61042b4f..bf1ff28cd63b1 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -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' %