aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-10 13:42:02 -0800
committerDavid Lord <davidism@gmail.com>2020-01-10 13:42:02 -0800
commit51c1c8efa6f4cd3d4eff270f8c3ceb20362af7bb (patch)
tree136e569e5ebbba2d43485aca181b07438eac6412 /docs
parente492255f270add52d051ef4f8e87899f40e57687 (diff)
downloadjinja-51c1c8efa6f4cd3d4eff270f8c3ceb20362af7bb.tar.gz
simplify module docstrings
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/inline_gettext_extension.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/examples/inline_gettext_extension.py b/docs/examples/inline_gettext_extension.py
index 50a06711..47bc9cc1 100644
--- a/docs/examples/inline_gettext_extension.py
+++ b/docs/examples/inline_gettext_extension.py
@@ -1,14 +1,4 @@
# -*- coding: utf-8 -*-
-"""
- Inline Gettext
- ~~~~~~~~~~~~~~
-
- An example extension for Jinja that supports inline gettext calls.
- Requires the i18n extension to be loaded.
-
- :copyright: (c) 2009 by the Jinja Team.
- :license: BSD.
-"""
import re
from jinja2.exceptions import TemplateSyntaxError