diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-23 21:22:30 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-23 21:22:30 -0400 |
commit | d6a7a11f8c5a8e73a9dfd9a1ce602df775d04586 (patch) | |
tree | 07700ed00c3a0d41013f466952cf0d1ebef7b810 /doc/trouble.rst | |
parent | a22d3cad02f5b0f2f76e5ef6b9f09d421ca99b76 (diff) | |
download | python-coveragepy-d6a7a11f8c5a8e73a9dfd9a1ce602df775d04586.tar.gz |
Refer to the project consistenly as coverage.py. #275
Diffstat (limited to 'doc/trouble.rst')
-rw-r--r-- | doc/trouble.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/trouble.rst b/doc/trouble.rst index c54ab68..dbb22ac 100644 --- a/doc/trouble.rst +++ b/doc/trouble.rst @@ -8,8 +8,8 @@ Things that cause trouble .. :history: 20150124T160800, remove obsolete stuff. -Coverage works well, and I want it to properly measure any Python program, but -there are some situations it can't cope with. This page details some known +Coverage.py works well, and I want it to properly measure any Python program, +but there are some situations it can't cope with. This page details some known problems, with possible courses of action, and links to coverage.py bug reports with more information. |