summaryrefslogtreecommitdiff
path: root/examples/rwbench
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rwbench')
-rw-r--r--examples/rwbench/django/layout.html2
-rw-r--r--examples/rwbench/genshi/layout.html2
-rw-r--r--examples/rwbench/jinja/layout.html2
-rw-r--r--examples/rwbench/mako/layout.html2
-rw-r--r--examples/rwbench/rwbench.py4
5 files changed, 6 insertions, 6 deletions
diff --git a/examples/rwbench/django/layout.html b/examples/rwbench/django/layout.html
index 60039ce..b75cbfb 100644
--- a/examples/rwbench/django/layout.html
+++ b/examples/rwbench/django/layout.html
@@ -9,7 +9,7 @@
<div class="header">
<h1>RealWorld Benchmark</h1>
<blockquote><p>
- A less stupid benchmark for Mako and Jinja2 to get an impression how
+ A less stupid benchmark for Mako and Jinja to get an impression how
code changes affect runtime performance.
</p></blockquote>
</div>
diff --git a/examples/rwbench/genshi/layout.html b/examples/rwbench/genshi/layout.html
index b12aec4..d56fffd 100644
--- a/examples/rwbench/genshi/layout.html
+++ b/examples/rwbench/genshi/layout.html
@@ -11,7 +11,7 @@
<div class="header">
<h1>RealWorld Benchmark</h1>
<blockquote><p>
- A less stupid benchmark for Mako and Jinja2 to get an impression how
+ A less stupid benchmark for Mako and Jinja to get an impression how
code changes affect runtime performance.
</p></blockquote>
</div>
diff --git a/examples/rwbench/jinja/layout.html b/examples/rwbench/jinja/layout.html
index 755789e..308ba9d 100644
--- a/examples/rwbench/jinja/layout.html
+++ b/examples/rwbench/jinja/layout.html
@@ -9,7 +9,7 @@
<div class="header">
<h1>RealWorld Benchmark</h1>
<blockquote><p>
- A less stupid benchmark for Mako and Jinja2 to get an impression how
+ A less stupid benchmark for Mako and Jinja to get an impression how
code changes affect runtime performance.
</p></blockquote>
</div>
diff --git a/examples/rwbench/mako/layout.html b/examples/rwbench/mako/layout.html
index a9c353e..15e9282 100644
--- a/examples/rwbench/mako/layout.html
+++ b/examples/rwbench/mako/layout.html
@@ -9,7 +9,7 @@
<div class="header">
<h1>RealWorld Benchmark</h1>
<blockquote><p>
- A less stupid benchmark for Mako and Jinja2 to get an impression how
+ A less stupid benchmark for Mako and Jinja to get an impression how
code changes affect runtime performance.
</p></blockquote>
</div>
diff --git a/examples/rwbench/rwbench.py b/examples/rwbench/rwbench.py
index 813dd56..bf1d997 100644
--- a/examples/rwbench/rwbench.py
+++ b/examples/rwbench/rwbench.py
@@ -3,8 +3,8 @@
RealWorldish Benchmark
~~~~~~~~~~~~~~~~~~~~~~
- A more real-world benchmark of Jinja2. Like the other benchmark in the
- Jinja2 repository this has no real-world usefulnes (despite the name).
+ A more real-world benchmark of Jinja. Like the other benchmark in the
+ Jinja repository this has no real-world usefulnes (despite the name).
Just go away and ignore it. NOW!
:copyright: (c) 2009 by the Jinja Team.