From 9b13e82613ed9ac8efb678058c9303f025e55853 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 30 Nov 2014 15:46:12 -0500 Subject: Words words --- coverage/backward.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/backward.py') diff --git a/coverage/backward.py b/coverage/backward.py index 0a08c6d9..50b21f3b 100644 --- a/coverage/backward.py +++ b/coverage/backward.py @@ -1,6 +1,6 @@ """Add things to old Pythons so I can pretend they are newer.""" -# This file does lots of tricky stuff, so disable a bunch of lintisms. +# This file does lots of tricky stuff, so disable a bunch of pylint warnings. # pylint: disable=redefined-builtin # pylint: disable=unused-import # pylint: disable=no-name-in-module -- cgit v1.2.1