From 5b265be6a423b8906b1069e75a66fcefcddf8a6b Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Tue, 14 Jun 2022 21:13:46 +0200 Subject: fixed some spelling mistakes, that's all :) --- setuptools/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/logging.py') 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() -- cgit v1.2.1