Skip to content

Commit

Permalink
Improve comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLak committed May 30, 2024
1 parent 57a56a8 commit 2b64dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/fuzz-targets/fuzz_submodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import warnings
import logging

# Fuzzing data causes some plugins to generate a large number of warnings
# Fuzzing data causes some modules to generate a large number of warnings
# which are not usually interesting and make the test output hard to read, so we ignore them.
warnings.simplefilter("ignore")
logging.getLogger().setLevel(logging.ERROR)
Expand Down

0 comments on commit 2b64dee

Please sign in to comment.