summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-08 19:30:37 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-08 19:30:37 -0500
commit8cb63e1209a3fc2c677b736373a1d69f6dfd50ba (patch)
tree82bbef30da5cd50dfeccd31f4814650825d6bcc2 /coverage/control.py
parentc690a7f0dd1ccf232bb54202ce1a610f2f4e4269 (diff)
downloadpython-coveragepy-8cb63e1209a3fc2c677b736373a1d69f6dfd50ba.tar.gz
Clean up.
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py2
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__