diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-08 19:30:37 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-08 19:30:37 -0500 |
commit | 8cb63e1209a3fc2c677b736373a1d69f6dfd50ba (patch) | |
tree | 82bbef30da5cd50dfeccd31f4814650825d6bcc2 /coverage/control.py | |
parent | c690a7f0dd1ccf232bb54202ce1a610f2f4e4269 (diff) | |
download | python-coveragepy-8cb63e1209a3fc2c677b736373a1d69f6dfd50ba.tar.gz |
Clean up.
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 a9fe7b9..23740ca 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__ |