summaryrefslogtreecommitdiff
path: root/docs/_ext
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-26 18:27:42 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-26 18:27:42 -0700
commitb35ff0d9208c426cc0f67c65d724972974734f57 (patch)
tree90d724e0b7a367d485712d79bfd4027717c8c08b /docs/_ext
parent3351e94ffa37d3824a49b687125ee4a430b69bbe (diff)
downloaddjango-b35ff0d9208c426cc0f67c65d724972974734f57.tar.gz
Fixed all the E203 violations
Diffstat (limited to 'docs/_ext')
-rw-r--r--docs/_ext/literals_to_xrefs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_ext/literals_to_xrefs.py b/docs/_ext/literals_to_xrefs.py
index d1131fc375..6c12ea43f3 100644
--- a/docs/_ext/literals_to_xrefs.py
+++ b/docs/_ext/literals_to_xrefs.py
@@ -19,7 +19,7 @@ ROLES = (
'func',
'lookup',
'meth',
- 'mod' ,
+ 'mod',
"djadminopt",
"ref",
"setting",