]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
add symbol names for tilde and pipe operators 1226/head
authorSeth G <geographika@gmail.com>
Tue, 26 May 2020 16:46:18 +0000 (18:46 +0200)
committerDavid Lord <davidism@gmail.com>
Mon, 5 Apr 2021 21:06:35 +0000 (14:06 -0700)
docs/templates.rst

index 6226468dbf8153255063b2caeda7cc1eefbf35f5..4f0c9db974144ff1e3ce573ec5db941f890ca12a 100644 (file)
@@ -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