summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-13 21:31:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-13 21:31:10 -0400
commitb693824211b564fd1746950a4ddd0602eb942bf1 (patch)
tree96c25e3f4731c21b439473f9fb98737242fea752 /doc/faq.rst
parentc00cdf3ed55fb6922476d931362ebca053716a4f (diff)
downloadpython-coveragepy-git-b693824211b564fd1746950a4ddd0602eb942bf1.tar.gz
Record stuff I'm not doing now so I can do it later.
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst2
1 files changed, 1 insertions, 1 deletions
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 <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.