diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:53:53 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:53:53 -0500 |
commit | 4355fa45cd548c5f5b33396405b718062aefe818 (patch) | |
tree | e4b9f672e0b039fa1374ac1f1c4e330295ed4f8f /doc/sample_html | |
parent | e3eb59636512b3d4ad8603948450fbc62dca2205 (diff) | |
download | python-coveragepy-git-4355fa45cd548c5f5b33396405b718062aefe818.tar.gz |
Clean-ups
Diffstat (limited to 'doc/sample_html')
-rw-r--r-- | doc/sample_html/README.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/sample_html/README.txt b/doc/sample_html/README.txt index 2890fb94..2d3cd4ab 100644 --- a/doc/sample_html/README.txt +++ b/doc/sample_html/README.txt @@ -1,5 +1,5 @@ -This directory was made with::
-
- cd C:\ned\cog\trunk
- coverage run --branch cogapp\test_cogapp.py CogTestsInMemory
- coverage html -i -d htmlcov
+This directory was made with:: + + cd C:\ned\cog\trunk + coverage run --branch cogapp\test_cogapp.py CogTestsInMemory + coverage html -i -d htmlcov |