From 16a6d9c45e80a67fe201fd0fe354fcd4aae25c9a 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/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/files.py') diff --git a/coverage/files.py b/coverage/files.py index 7c82d5f..31fe61a 100644 --- a/coverage/files.py +++ b/coverage/files.py @@ -322,7 +322,7 @@ def find_python_files(dirname): To be importable, the files have to be in a directory with a __init__.py, except for `dirname` itself, which isn't required to have one. The assumption is that `dirname` was specified directly, so the user knows - best, but subdirectories are checked for a __init__.py to be sure we only + best, but sub-directories are checked for a __init__.py to be sure we only find the importable files. """ -- cgit v1.2.1