Skip to content

Commit 7bf5926

Browse files
committed
typo fix on template engines page
1 parent cab1a69 commit 7bf5926

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3528,7 +3528,7 @@ <h2>Jinja2 origin and development</h2>
35283528
several years earlier. There were many template systems, such as
35293529
<a href="https://en.wikipedia.org/wiki/JavaServer_Pages">JavaServer Pages (JSPs)</a>,
35303530
that originated almost a decade before Jinja2. Jinja2 built upon the concepts
3531-
of other templat engines and today is widely used by the Python community.</p>
3531+
of other template engines and today is widely used by the Python community.</p>
35323532
<h2>What projects depend on Jinja2?</h2>
35333533
<p>Jinja2 is a commonly-used templating engine for
35343534
<a href="/web-frameworks.html">web frameworks</a> such as <a href="/flask.html">Flask</a>,

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-06T15:14:10Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-07T07:57:49Z</updated></feed>

jinja2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h2>Jinja2 origin and development</h2>
5555
several years earlier. There were many template systems, such as
5656
<a href="https://en.wikipedia.org/wiki/JavaServer_Pages">JavaServer Pages (JSPs)</a>,
5757
that originated almost a decade before Jinja2. Jinja2 built upon the concepts
58-
of other templat engines and today is widely used by the Python community.</p>
58+
of other template engines and today is widely used by the Python community.</p>
5959
<h2>What projects depend on Jinja2?</h2>
6060
<p>Jinja2 is a commonly-used templating engine for
6161
<a href="/web-frameworks.html">web frameworks</a> such as <a href="/flask.html">Flask</a>,

source/content/pages/04-web-development/17-jinja2.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ syntax is inspired by Django's built-in template engine, which was released
3838
several years earlier. There were many template systems, such as
3939
[JavaServer Pages (JSPs)](https://en.wikipedia.org/wiki/JavaServer_Pages),
4040
that originated almost a decade before Jinja2. Jinja2 built upon the concepts
41-
of other templat engines and today is widely used by the Python community.
41+
of other template engines and today is widely used by the Python community.
4242

4343

4444
## What projects depend on Jinja2?

0 commit comments

Comments
 (0)