From 1fa864a56156151d117c5066afeb14e72b454a40 Mon Sep 17 00:00:00 2001 From: Seth G Date: Tue, 26 May 2020 18:46:18 +0200 Subject: [PATCH] add symbol names for tilde and pipe operators --- docs/templates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates.rst b/docs/templates.rst index 6226468d..4f0c9db9 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -1389,10 +1389,10 @@ two categories: ``is`` Performs a :ref:`test `. -``|`` +``|`` (pipe, vertical bar) Applies a :ref:`filter `. -``~`` +``~`` (tilde) Converts all operands into strings and concatenates them. ``{{ "Hello " ~ name ~ "!" }}`` would return (assuming `name` is set -- 2.47.2