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 | 9b13e82613ed9ac8efb678058c9303f025e55853 (patch) | |
tree | e5219625e899a01c92175df9cdfd4c4f657ecf23 /coverage/backward.py | |
parent | d8b280766219980bd383b84d4b1d96cb53b5eab2 (diff) | |
download | python-coveragepy-git-9b13e82613ed9ac8efb678058c9303f025e55853.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 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 |