Skip to content

Commit 5a227f3

Browse files
jbrockmendelNo-Stream
authored andcommitted
Fix typo in setup.py introduced by 17422 (pandas-dev#17473)
1 parent 075b868 commit 5a227f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ class CheckSDist(sdist_class):
341341
'pandas/_libs/window.pyx',
342342
'pandas/_libs/sparse.pyx',
343343
'pandas/_libs/parsers.pyx',
344-
'panads/_libs/tslibs/frequencies.pyx',
344+
'pandas/_libs/tslibs/frequencies.pyx',
345345
'pandas/io/sas/sas.pyx']
346346

347347
def initialize_options(self):

0 commit comments

Comments
 (0)