Skip to content

Commit bf42d44

Browse files
committed
typo
[skip actions]
1 parent e30a444 commit bf42d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# $set_env.py: COVERAGE_QUIETER - Set to remove some noise from test output.
2020
if bool(int(os.getenv("COVERAGE_QUIETER", "0"))):
2121
# Distutils has its own mini-logging code, and it sets the level too high.
22-
# When I ask for --quiet when running tessts, I don't want to see warnings.
22+
# When I ask for --quiet when running tests, I don't want to see warnings.
2323
old_set_verbosity = distutils.log.set_verbosity
2424
def better_set_verbosity(v):
2525
"""--quiet means no warnings!"""

0 commit comments

Comments
 (0)