From: Sakti Dwi Cahyono <54krpl@gmail.com> Date: Fri, 15 Feb 2013 07:08:45 +0000 (+0700) Subject: fix typo swtich -> switch X-Git-Tag: 2.7~90^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a29f9ddf58b30b81ea83db8e2282de58ccec6e20;p=thirdparty%2Fjinja.git fix typo swtich -> switch --- diff --git a/docs/switching.rst b/docs/switching.rst index ba3cfb1f..c1938431 100644 --- a/docs/switching.rst +++ b/docs/switching.rst @@ -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.