From 3c95532794b5ce622d8570982889b56bd176e4e4 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 8 Aug 2010 22:23:51 +0200 Subject: [PATCH] Fixed spelling --HG-- branch : trunk --- docs/templates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.26.2