diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-12-29 21:00:08 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2018-12-29 21:00:08 +0200 |
commit | 5f48a74119c6866bcbc4f142318ac392ad2cb03d (patch) | |
tree | b90a443af5b44460c8d48bfd437aa28a98e92e23 /setuptools/config.py | |
parent | 9bf0fbe2af7c859aa4ac5bc0be4639c1621570d1 (diff) | |
download | external_python_setuptools-5f48a74119c6866bcbc4f142318ac392ad2cb03d.tar.gz external_python_setuptools-5f48a74119c6866bcbc4f142318ac392ad2cb03d.tar.bz2 external_python_setuptools-5f48a74119c6866bcbc4f142318ac392ad2cb03d.zip |
Spelling fixes
Diffstat (limited to 'setuptools/config.py')
-rw-r--r-- | setuptools/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/config.py b/setuptools/config.py index d1ac6734..9af72f25 100644 --- a/setuptools/config.py +++ b/setuptools/config.py @@ -394,7 +394,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) |