summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-12-31 00:32:15 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-12-31 00:32:15 +0200
commitd8593022a83680a25c417de958738ed36d8217a2 (patch)
tree915a434dad6f8ebe54bdd3f5c69487b9b8d61b29
parent5be6e9fdd2c7755248263dde107e6a20950f8eb2 (diff)
downloadwheel-git-remove-distutils.tar.gz
Fixed a typoremove-distutils
-rw-r--r--src/wheel/_setuptools_logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wheel/_setuptools_logging.py b/src/wheel/_setuptools_logging.py
index d62f670..006c098 100644
--- a/src/wheel/_setuptools_logging.py
+++ b/src/wheel/_setuptools_logging.py
@@ -13,7 +13,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()