From 1fa418c6c1c33117308e3d94f18f8fc1a9193393 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 27 Nov 2014 10:36:16 -0500 Subject: Try out pylint spelling. Kinda noisy, but fixed some stuff. --- coverage/html.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coverage/html.py') diff --git a/coverage/html.py b/coverage/html.py index 37d62280..a4b46a23 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -26,7 +26,7 @@ def data_filename(fname, pkgdir=""): is returned. Each directory in `STATIC_PATH` is searched as-is, and also, if `pkgdir` - is provided, at that subdirectory. + is provided, at that sub-directory. """ for static_dir in STATIC_PATH: @@ -289,6 +289,7 @@ class HtmlStatus(object): STATUS_FILE = "status.json" STATUS_FORMAT = 1 + # pylint: disable=wrong-spelling-in-comment # The data looks like: # # { -- cgit v1.2.1