From: Armin Ronacher Date: Sun, 8 Aug 2010 20:23:51 +0000 (+0200) Subject: Fixed spelling X-Git-Tag: 2.5.1~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c95532794b5ce622d8570982889b56bd176e4e4;p=jinja2.git Fixed spelling --HG-- branch : trunk --- diff --git a/docs/templates.rst b/docs/templates.rst index da943cc..4a1f6ff 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -985,8 +985,8 @@ but exists for completeness' sake. The following operators are supported: Raise the left operand to the power of the right operand. ``{{ 2**3 }}`` would return ``8``. -Comparisions -~~~~~~~~~~~~ +Comparisons +~~~~~~~~~~~ == Compares two objects for equality.