summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-03-21 15:27:21 +0000
committergeorg.brandl <devnull@localhost>2008-03-21 15:27:21 +0000
commit50a8c1920c2822f27e0fcbd113d414e24013ae94 (patch)
tree14cc0af9f720147865072326edeea5af54174a50 /utils
parente25091862008f62322d286a99f8f585c3645c299 (diff)
downloadsphinx-50a8c1920c2822f27e0fcbd113d414e24013ae94.tar.gz
Fix a few overlong lines, and use \t instead of literal tabs.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/check_sources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check_sources.py b/utils/check_sources.py
index 761f05ae..52525607 100755
--- a/utils/check_sources.py
+++ b/utils/check_sources.py
@@ -139,7 +139,7 @@ def check_fileheader(fn, lines):
yield 0, "no correct copyright info"
-@checker('.py', '.html', '.js')
+@checker('.py', '.html')
def check_whitespace_and_spelling(fn, lines):
for lno, line in enumerate(lines):
if "\t" in line: