diff options
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py index a9fe7b9a..23740ca4 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -49,7 +49,7 @@ class coverage(object): used. This is important for some environments where manipulation of tracing functions breaks the faster trace function. - TODO: `branch`. + If `branch` is true, then measure branch execution. """ from coverage import __version__ |