summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-02-24 22:19:42 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-02-24 22:19:42 -0500
commit733c9d6c424929d845266dfd9172536f97a4df87 (patch)
treeee72620a18fce6137cf81ca806cf0d054a7ae416 /howto.txt
parent98eed7ceb286ba3e92564494840753cd778e2a8d (diff)
downloadpython-coveragepy-git-733c9d6c424929d845266dfd9172536f97a4df87.tar.gz
Spaces
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index 4923ff27..9c195773 100644
--- a/howto.txt
+++ b/howto.txt
@@ -17,7 +17,7 @@
cd C:\ned\cog\trunk
rmdir/s/q htmlcov
coverage run --branch cogapp\test_cogapp.py CogTestsInMemory
- coverage html -i
+ coverage html -i
copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html
- Build and publish docs:
$ make px publish