]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
fix typo swtich -> switch 177/head
authorSakti Dwi Cahyono <54krpl@gmail.com>
Fri, 15 Feb 2013 07:08:45 +0000 (14:08 +0700)
committerSakti Dwi Cahyono <54krpl@gmail.com>
Fri, 15 Feb 2013 07:08:45 +0000 (14:08 +0700)
docs/switching.rst

index ba3cfb1ff4f1c2aa34cceffb41107b54503c4c52..c193843163d34d41fc063c68c3b94630fd8c96a0 100644 (file)
@@ -3,7 +3,7 @@ Switching from other Template Engines
 
 .. highlight:: html+jinja
 
-If you have used a different template engine in the past and want to swtich
+If you have used a different template engine in the past and want to switch
 to Jinja2 here is a small guide that shows the basic syntatic and semantic
 changes between some common, similar text template engines for Python.