diff options
author | Bastian Venthur <venthur@debian.org> | 2022-06-14 21:13:46 +0200 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-14 21:27:12 +0100 |
commit | 5b265be6a423b8906b1069e75a66fcefcddf8a6b (patch) | |
tree | 9a9ea7c338dd495cfb7456fe3442fec8b9b9c505 /setuptools/logging.py | |
parent | 254f8a969a542da0b221c178896f741238022fe4 (diff) | |
download | python-setuptools-git-5b265be6a423b8906b1069e75a66fcefcddf8a6b.tar.gz |
fixed some spelling mistakes,
that's all :)
Diffstat (limited to 'setuptools/logging.py')
-rw-r--r-- | setuptools/logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/logging.py b/setuptools/logging.py index 15b57613..5d41c988 100644 --- a/setuptools/logging.py +++ b/setuptools/logging.py @@ -12,7 +12,7 @@ def configure(): """ Configure logging to emit warning and above to stderr and everything else to stdout. This behavior is provided - for compatibilty with distutils.log but may change in + for compatibility with distutils.log but may change in the future. """ err_handler = logging.StreamHandler() |