summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-08-03 17:37:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-08-03 17:37:13 -0400
commitb16b0b8bb74367803694ebfad1cbdb4ab7969a96 (patch)
treec5a64c9780a028dae547861c2faaa7d0c2bd6697
parent5cf19e6f1afed26790065fd815784b2f1abf90ca (diff)
downloadpython-coveragepy-b16b0b8bb74367803694ebfad1cbdb4ab7969a96.tar.gz
Fix whitespace
-rw-r--r--CHANGES.txt2
-rw-r--r--coverage/html.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 802a53f..c105a07 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,7 +8,7 @@ Version 3.5.1
- for-else constructs are understood better, and don't cause erroneous partial
branch warnings. Fixes `issue 122`_.
-- The number of partial branches reported on the HTML summary page was
+- The number of partial branches reported on the HTML summary page was
different than the number reported on the individual file pages. This is
now fixed.
diff --git a/coverage/html.py b/coverage/html.py
index 2b8cedc..9b95100 100644
--- a/coverage/html.py
+++ b/coverage/html.py
@@ -91,7 +91,7 @@ class HtmlReporter(Reporter):
self.make_local_static_report_files()
def make_local_static_report_files(self):
- """ Make local instances of static files for HTML report. """
+ """Make local instances of static files for HTML report."""
for static in self.STATIC_FILES:
shutil.copyfile(
data_filename("htmlfiles/" + static),