diff --git a/setup.py b/setup.py index c3f2fa178d72..84cb858b9087 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ sys.path.insert(0, os.path.dirname(os.path.realpath(__file__))) # This requires setuptools when building; setuptools is not needed -# when installing from a wheel file (though it is still neeeded for +# when installing from a wheel file (though it is still needed for # alternative forms of installing, as suggested by README.md). from setuptools import setup, find_packages from setuptools.command.build_py import build_py