Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
[skip actions]
  • Loading branch information
nedbat committed Nov 11, 2021
1 parent e30a444 commit bf42d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# $set_env.py: COVERAGE_QUIETER - Set to remove some noise from test output.
if bool(int(os.getenv("COVERAGE_QUIETER", "0"))):
# Distutils has its own mini-logging code, and it sets the level too high.
# When I ask for --quiet when running tessts, I don't want to see warnings.
# When I ask for --quiet when running tests, I don't want to see warnings.
old_set_verbosity = distutils.log.set_verbosity
def better_set_verbosity(v):
"""--quiet means no warnings!"""
Expand Down

0 comments on commit bf42d44

Please sign in to comment.