From 8e5cc59a5428526b43f29a6b8ec067f471a8edcd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 30 Aug 2015 22:06:09 -0400 Subject: Add a missing word in the docs. --- doc/howitworks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/howitworks.rst') 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. -- cgit v1.2.1