aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/config.py
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2019-01-01 12:08:50 -0500
committerGitHub <noreply@github.com>2019-01-01 12:08:50 -0500
commit772db178f1bcea1ea892c61b026d658a32998476 (patch)
tree12e691690ff1ac261a9b4294817e70111ee65ff8 /setuptools/config.py
parentf5c04b1bb6c2f97305d7a92ce401194c5195197e (diff)
parent5f48a74119c6866bcbc4f142318ac392ad2cb03d (diff)
downloadexternal_python_setuptools-772db178f1bcea1ea892c61b026d658a32998476.tar.gz
external_python_setuptools-772db178f1bcea1ea892c61b026d658a32998476.tar.bz2
external_python_setuptools-772db178f1bcea1ea892c61b026d658a32998476.zip
Merge pull request #1620 from scop/spelling
Spelling fixes
Diffstat (limited to 'setuptools/config.py')
-rw-r--r--setuptools/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/config.py b/setuptools/config.py
index 3a6da20f..59bb7708 100644
--- a/setuptools/config.py
+++ b/setuptools/config.py
@@ -411,7 +411,7 @@ class ConfigHandler:
section_parser_method = getattr(
self,
- # Dots in section names are tranlsated into dunderscores.
+ # Dots in section names are translated into dunderscores.
('parse_section%s' % method_postfix).replace('.', '__'),
None)