diff options
-rw-r--r-- | doc/howitworks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/howitworks.rst b/doc/howitworks.rst index bbe3bd4f..74747e80 100644 --- a/doc/howitworks.rst +++ b/doc/howitworks.rst @@ -33,7 +33,7 @@ Execution --------- At the heart of the execution phase is a Python trace function. This is a -function that Python interpreter invokes for each line executed in a program. +function that the Python interpreter invokes for each line executed in a program. Coverage.py implements a trace function that records each file and line number as it is executed. |