summaryrefslogtreecommitdiff
path: root/docs/templates.rst
diff options
context:
space:
mode:
authorSeth G <geographika@gmail.com>2020-05-26 18:46:18 +0200
committerDavid Lord <davidism@gmail.com>2021-04-05 14:06:35 -0700
commit1fa864a56156151d117c5066afeb14e72b454a40 (patch)
tree43d0ade2504ac10368e3881d8f51090304e6df91 /docs/templates.rst
parent4abb2a0739195c697751f734d084d76272d12359 (diff)
downloadjinja2-1fa864a56156151d117c5066afeb14e72b454a40.tar.gz
add symbol names for tilde and pipe operators
Diffstat (limited to 'docs/templates.rst')
-rw-r--r--docs/templates.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates.rst b/docs/templates.rst
index 6226468..4f0c9db 100644
--- a/docs/templates.rst
+++ b/docs/templates.rst
@@ -1389,10 +1389,10 @@ two categories:
``is``
Performs a :ref:`test <tests>`.
-``|``
+``|`` (pipe, vertical bar)
Applies a :ref:`filter <filters>`.
-``~``
+``~`` (tilde)
Converts all operands into strings and concatenates them.
``{{ "Hello " ~ name ~ "!" }}`` would return (assuming `name` is set