summaryrefslogtreecommitdiff
path: root/examples/bench.py
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 /examples/bench.py
parent6e50bbd9f741d71f32f511192577687b0000d95d (diff)
downloadjinja2-57626a000a22e6647b6709d63fc81b454fbb4780.tar.gz
use "Jinja" instead of "Jinja2"
Diffstat (limited to 'examples/bench.py')
-rw-r--r--examples/bench.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bench.py b/examples/bench.py
index c648dc6..0193cc1 100644
--- a/examples/bench.py
+++ b/examples/bench.py
@@ -1,6 +1,6 @@
"""\
- This benchmark compares some python templating engines with Jinja 2 so
- that we get a picture of how fast Jinja 2 is for a semi real world
+ This benchmark compares some python templating engines with Jinja so
+ that we get a picture of how fast Jinja is for a semi real world
template. If a template engine is not installed the test is skipped.\
"""
import sys