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 | e2ae0674a21dda5d964658477e14d0c7832123a3 (patch) | |
| tree | 6960c910681fa6852c5117e9273985a836af3097 /doc/sample_html | |
| parent | e88c97629f1261d8ae4db178aad4c97413e5962e (diff) | |
| download | python-coveragepy-e2ae0674a21dda5d964658477e14d0c7832123a3.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 2890fb9..2d3cd4a 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 |
