diff options
Diffstat (limited to 'sphinx/jinja2glue.py')
-rw-r--r-- | sphinx/jinja2glue.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/jinja2glue.py b/sphinx/jinja2glue.py index a38338d24..a0d1f65ea 100644 --- a/sphinx/jinja2glue.py +++ b/sphinx/jinja2glue.py @@ -1,5 +1,4 @@ -"""Glue code for the jinja2 templating engine. -""" +"""Glue code for the jinja2 templating engine.""" from os import path from pprint import pformat |