diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-30 15:46:12 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-30 15:46:12 -0500 |
commit | 8a90f2d6b02c7fb60cd70fc3d4f19618e2d1d50f (patch) | |
tree | 6949b9ad424f9c8e45ab2be6ff009323eb7a2961 /coverage/backward.py | |
parent | c2ed5819642014a920d4f8777ffd530c404e616f (diff) | |
download | python-coveragepy-8a90f2d6b02c7fb60cd70fc3d4f19618e2d1d50f.tar.gz |
Words words
Diffstat (limited to 'coverage/backward.py')
-rw-r--r-- | coverage/backward.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |