From b693824211b564fd1746950a4ddd0602eb942bf1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 13 Jun 2009 21:31:10 -0400 Subject: Record stuff I'm not doing now so I can do it later. --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/faq.rst b/doc/faq.rst index 54be5656..2a2d6054 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -32,7 +32,7 @@ to run your program with coverage, then your entire program will be monitored. If you are using the :ref:`API `, you need to call coverage.start() before importing the modules that define your functions. -**Q: Does coverage work on Python 3.0?** +**Q: Does coverage work on Python 3.x?** Not yet, but that's next on my list. -- cgit v1.2.1