Skip to content

Commit a67a044

Browse files
authored
Fix typo.
1 parent a7a57d4 commit a67a044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ required by Python itself will not be viewed as executed by the coverage tools
6262
and thus look like they have very poor coverage (e.g., the :py:mod:`stat`
6363
module). In these instances the module will appear to not have any coverage of
6464
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).
65+
function definitions will not be traced, but the function bodies will).
6666
Calculating the coverage of modules in this situation will simply require
6767
manually looking at what local statements were not executed.
6868

0 commit comments

Comments
 (0)