From 8a90f2d6b02c7fb60cd70fc3d4f19618e2d1d50f 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 0a08c6d..50b21f3 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