summaryrefslogtreecommitdiff
path: root/coverage/html.py
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2016-07-31 05:19:43 -0400
committerNed Batchelder <nedbat@gmail.com>2016-07-31 05:19:43 -0400
commit280b9eef3377c42a19b6246a4ade0611956b50a0 (patch)
treeeafce51cf9681a4aa0e9fe942ea01c2d24f1e82c /coverage/html.py
parent760c32d41ba7efa7d1c6313bde16ca51e748a7e8 (diff)
parentc9f71768f7f41e0a261f7d32d42084fe90f0a6fa (diff)
downloadpython-coveragepy-git-280b9eef3377c42a19b6246a4ade0611956b50a0.tar.gz
Merged in scop/coverage.py/spelling (pull request #88)
Spelling fixes
Diffstat (limited to 'coverage/html.py')
-rw-r--r--coverage/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py
index 66827d75..f04339de 100644
--- a/coverage/html.py
+++ b/coverage/html.py
@@ -387,7 +387,7 @@ class HtmlStatus(object):
json.dump(status, fout)
# Older versions of ShiningPanda look for the old name, status.dat.
- # Accomodate them if we are running under Jenkins.
+ # Accommodate them if we are running under Jenkins.
# https://issues.jenkins-ci.org/browse/JENKINS-28428
if "JENKINS_URL" in os.environ:
with open(os.path.join(directory, "status.dat"), "w") as dat: