diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 15:35:44 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 15:35:44 -0500 |
commit | f9791b79e721215eabce7188d0fbd211cd206e5f (patch) | |
tree | 6e68a4867a47376a79d34d6507912b3b5c3f12e5 /doc/source.rst | |
parent | 6805865a8e884bb97fc02d628cc4c2b3dd246c6e (diff) | |
download | python-coveragepy-git-f9791b79e721215eabce7188d0fbd211cd206e5f.tar.gz |
Turn all the history into comments.
Diffstat (limited to 'doc/source.rst')
-rw-r--r-- | doc/source.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source.rst b/doc/source.rst index 2b16198f..42fd3382 100644 --- a/doc/source.rst +++ b/doc/source.rst @@ -4,7 +4,7 @@ Specifying source files ======================= -:history: 20100725T172000, new in 3.4 +.. :history: 20100725T172000, new in 3.4 When coverage.py is running your program and measuring its execution, it needs |