summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-10-23 12:29:46 -0700
committerDavid Lord <davidism@gmail.com>2019-10-23 12:35:53 -0700
commit57626a000a22e6647b6709d63fc81b454fbb4780 (patch)
treea0aeddded648e40027c6fd1454fbc3ad31b08dbb /scripts
parent6e50bbd9f741d71f32f511192577687b0000d95d (diff)
downloadjinja2-57626a000a22e6647b6709d63fc81b454fbb4780.tar.gz
use "Jinja" instead of "Jinja2"
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jinja2-debug.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/jinja2-debug.py b/scripts/jinja2-debug.py
index d052adc..71daeb9 100755
--- a/scripts/jinja2-debug.py
+++ b/scripts/jinja2-debug.py
@@ -1,10 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
- Jinja2 Debug Interface
- ~~~~~~~~~~~~~~~~~~~~~~
+ Jinja Debug Interface
+ ~~~~~~~~~~~~~~~~~~~~~
- Helper script for internal Jinja2 debugging. Requires Werkzeug.
+ Helper script for internal Jinja debugging. Requires Werkzeug.
:copyright: Copyright 2010 by Armin Ronacher.
:license: BSD.