summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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.