summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-17 19:21:04 +0100
committerGeorg Brandl <georg@python.org>2010-01-17 19:21:04 +0100
commitd640630d580aef603fed3e1dd6dfd15703a243f8 (patch)
tree0b66c66d6cb58b62a10c9cb661d46e81a8f69de0 /utils
parente3c024368288af42630cf3e5f838c2c977e71a98 (diff)
downloadsphinx-d640630d580aef603fed3e1dd6dfd15703a243f8.tar.gz
Fix some XXXes.
Diffstat (limited to 'utils')
-rw-r--r--utils/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pylintrc b/utils/pylintrc
index 2552a12c..cf71db59 100644
--- a/utils/pylintrc
+++ b/utils/pylintrc
@@ -273,7 +273,7 @@ ignore-docstrings=yes
# checks for:
-# * warning notes in the code like FIXME, XXX
+# * warning notes in the code
# * PEP 263: source code with non ascii character but no encoding declaration
#
[MISCELLANEOUS]