Skip to content

Commit 2b64dee

Browse files
committed
Improve comment wording
1 parent 57a56a8 commit 2b64dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzing/fuzz-targets/fuzz_submodule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import warnings
1717
import logging
1818

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

0 commit comments

Comments
 (0)