Skip to content

Commit 35e5031

Browse files
authored
Fix typo in setup.py (#9790)
1 parent eac1897 commit 35e5031

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
@@ -13,7 +13,7 @@
1313
sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)))
1414

1515
# This requires setuptools when building; setuptools is not needed
16-
# when installing from a wheel file (though it is still neeeded for
16+
# when installing from a wheel file (though it is still needed for
1717
# alternative forms of installing, as suggested by README.md).
1818
from setuptools import setup, find_packages
1919
from setuptools.command.build_py import build_py

0 commit comments

Comments
 (0)