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 | 9a751db51cbcce4ab504e9afe59a08ce0a0bd40e (patch) | |
tree | 90b2ea7924745e27fb9ae2f635d208349cee687f /coverage/control.py | |
parent | fd2d30dfdba0df793ae39c47be6da07138724b1e (diff) | |
download | python-coveragepy-git-9a751db51cbcce4ab504e9afe59a08ce0a0bd40e.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 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__ |