diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-30 07:16:54 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-30 07:16:54 -0400 |
commit | c39a187ef78bf7049c8e53016c162c721d100595 (patch) | |
tree | 7ddb28219c3548810c282ab180a35e85205e8cd4 /coverage/htmlfiles | |
parent | 6877b2224d3e8939c8379f0428f7b62f98c22f36 (diff) | |
download | python-coveragepy-git-c39a187ef78bf7049c8e53016c162c721d100595.tar.gz |
The name of the project is Coverage, not coverage.py.
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/index.html | 2 | ||||
-rw-r--r-- | coverage/htmlfiles/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index b6715c14..089768b0 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -45,7 +45,7 @@ <div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='http://bitbucket.org/ned/coveragepy/'>coverage.py v{{__version__}}</a>
+ <a class='nav' href='http://bitbucket.org/ned/coveragepy/'>coverage v{{__version__}}</a>
</p>
</div>
</div>
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 5290bbd3..d9d324c4 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -1,4 +1,4 @@ -/* CSS styles for coverage.py */ +/* CSS styles for Coverage. */ /* Page-wide styles */ html, body, h1, h2, h3, p, td, th { margin: 0; |