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/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/parser.py') diff --git a/coverage/parser.py b/coverage/parser.py index 9041e34..ae36a73 100644 --- a/coverage/parser.py +++ b/coverage/parser.py @@ -237,7 +237,7 @@ class PythonParser(CodeParser): """Get information about the arcs available in the code. Returns a sorted list of line number pairs. Line numbers have been - normalized to the first line of multiline statements. + normalized to the first line of multi-line statements. """ all_arcs = [] -- cgit v1.2.1