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 | 76ee7c3c78dd9ba8a0f4401b0501af3a2b4506a3 (patch) | |
tree | ce341ae20d2da1e61137bbee711716824ecce64c /coverage/htmlfiles | |
parent | 025d1a446612ac15d44c9b400d502a6483b7ac66 (diff) | |
download | python-coveragepy-76ee7c3c78dd9ba8a0f4401b0501af3a2b4506a3.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 b6715c1..089768b 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 5290bbd..d9d324c 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; |