We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a57d4 commit a67a044Copy full SHA for a67a044
coverage.rst
@@ -62,7 +62,7 @@ required by Python itself will not be viewed as executed by the coverage tools
62
and thus look like they have very poor coverage (e.g., the :py:mod:`stat`
63
module). In these instances the module will appear to not have any coverage of
64
global statements but will have proper coverage of local statements (e.g.,
65
-function definitions will be not be traced, but the function bodies will).
+function definitions will not be traced, but the function bodies will).
66
Calculating the coverage of modules in this situation will simply require
67
manually looking at what local statements were not executed.
68
0 commit comments