From 2c1be8f0fd34b599d2f55bb5c90e86d675e480c5 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Wed, 12 Sep 2012 08:29:08 +0000 Subject: [PATCH] Fixed typo http://english.stackexchange.com/questions/3640/is-substract-versus-subtract-a-proper-word --- doc/templates.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/templates.rst b/doc/templates.rst index 22c32c4..104dcad 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -556,7 +556,7 @@ but exists for completeness' sake. The following operators are supported: * ``+``: Adds two objects together (the operands are casted to numbers). ``{{ 1 + 1 }}`` is ``2``. -* ``-``: Substracts the second number from the first one. ``{{ 3 - 2 }}`` is +* ``-``: Subtracts the second number from the first one. ``{{ 3 - 2 }}`` is ``1``. * ``/``: Divides two numbers. The returned value will be a floating point -- 1.7.2.5