projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13203e1
)
Fixed spelling
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sun, 8 Aug 2010 20:23:51 +0000
(22:23 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Sun, 8 Aug 2010 20:23:51 +0000
(22:23 +0200)
--HG--
branch : trunk
docs/templates.rst
patch
|
blob
|
history
diff --git
a/docs/templates.rst
b/docs/templates.rst
index da943cc9afe476f50806e952c886035a892c0955..4a1f6ff217a193485fec88f054180f54d8f31233 100644
(file)
--- 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``.
-Comparis
i
ons
-~~~~~~~~~~~
~
+Comparisons
+~~~~~~~~~~~
==
Compares two objects for equality.