Fix typos (#929)

This commit is contained in:
Remi Rampin
2022-03-02 17:03:34 -05:00
committed by GitHub
parent ca5a4a16a5
commit 7bb29bd9ab
38 changed files with 78 additions and 77 deletions

View File

@ -28,8 +28,8 @@ config = ConfigParser()
config.read("setup.cfg")
# We provide extras_require parameter to setuptools.setup later which
# overwrites the extra_require section from setup.cfg. To support extra_require
# secion in setup.cfg, we load it here and merge it with the extra_require param.
# overwrites the extras_require section from setup.cfg. To support extras_require
# section in setup.cfg, we load it here and merge it with the extras_require param.
extras_require = {}
if "options.extras_require" in config:
for key, value in config["options.extras_require"].items():