diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-31 10:55:41 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-31 10:55:41 -0500 |
commit | 6cae18275a1bf810cbdda26b5e4f32e7b6eb9916 (patch) | |
tree | 6f4a94d7accec66f7635125e2934254fea81985f | |
parent | 4b81030ff2bf2da7468c82569291a0f2939ba4d0 (diff) | |
download | python-coveragepy-6cae18275a1bf810cbdda26b5e4f32e7b6eb9916.tar.gz |
Tweak the faq
-rw-r--r-- | doc/faq.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index 0eff28b..6b0c4af 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -8,6 +8,7 @@ FAQ and other help :history: 20091005T073900, updated for 3.1. :history: 20091127T201500, updated for 3.2. :history: 20110605T175500, add the announcement mailing list. +:history: 20121231T104700, Tweak the py3 text. Frequently asked questions @@ -51,7 +52,7 @@ importing the modules that define your functions. **Q: Does coverage.py work on Python 3.x?** -Yes, Pythons 3.1 and 3.2 are fully supported. +Yes, Python 3 is fully supported. **Q: Isn't coverage testing the best thing ever?** |