diff options
Diffstat (limited to 'docs/_ext/djangodocs.py')
-rw-r--r-- | docs/_ext/djangodocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_ext/djangodocs.py b/docs/_ext/djangodocs.py index af07a84f32..aaad219b54 100644 --- a/docs/_ext/djangodocs.py +++ b/docs/_ext/djangodocs.py @@ -38,7 +38,7 @@ def setup(app): app.add_crossref_type( directivename = "fieldlookup", rolename = "lookup", - indextemplate = "pair: %s, field lookup type", + indextemplate = "pair: %s; field lookup type", ) app.add_description_unit( directivename = "django-admin", |