diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-05 07:33:07 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-05 07:33:07 -0400 |
commit | 33bdc821b36a9d046ef945480d4070a32a7b07f4 (patch) | |
tree | 92c5d47c6776c965e7e2488d205b0ac8f8841f5b | |
parent | d2b3a50dcae3a2dad41e1c5a2e63c9a54565f61a (diff) | |
download | python-coveragepy-git-33bdc821b36a9d046ef945480d4070a32a7b07f4.tar.gz |
Oops: a FAQ was formatted incorrectly.
-rw-r--r-- | doc/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index 6b8e7fa7..60720c76 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -11,7 +11,7 @@ Frequently asked questions **Q: I use `nose`_ to run my tests, and the ``--with-cover`` plugin doesn't let -me create HTML or XML reports. What should I do? +me create HTML or XML reports. What should I do?** .. _nose: http://somethingaboutorange.com/mrl/projects/nose |