summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-18 20:06:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-18 20:06:51 -0400
commitd1847fbc5905fde5ae43d96bdc7ed2d7ba19a997 (patch)
treeb4eb791730eedf43329a072616c7bd02490674a9
parentb97380c4a3a97ac2469ace44005dc63857daf245 (diff)
downloadpython-coveragepy-git-d1847fbc5905fde5ae43d96bdc7ed2d7ba19a997.tar.gz
Silly
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 18069a0c..7d8bf3fb 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -59,7 +59,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- An inference mode that marks lines as executed if they "must have been" executed:
class definitions, etc, when coverage is started after the class is defined.
- Different categories of exclude pragma? So you can enable and disable them
- from the command line, to reconsider exclusions,
+ from the command line, to reconsider exclusions.
* Beauty