From: Ben Zinberg Date: Fri, 24 Dec 2021 23:22:57 +0000 (-0500) Subject: Typo in docs (trailing backtick) X-Git-Tag: 3.0.x~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76cd591975edabeb5d3ce3a0b0017ae9ab8dc108;p=thirdparty%2Fjinja.git Typo in docs (trailing backtick) At least, I _think_ this is a typo? :slightly_smiling_face: --- diff --git a/docs/api.rst b/docs/api.rst index 9c6f3a12..0730e3ac 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -273,7 +273,7 @@ modified identifier syntax. Filters and tests may contain dots to group filters and tests by topic. For example it's perfectly valid to add a function into the filter dict and call it `to.str`. The regular expression for filter and test identifiers is -``[a-zA-Z_][a-zA-Z0-9_]*(\.[a-zA-Z_][a-zA-Z0-9_]*)*```. +``[a-zA-Z_][a-zA-Z0-9_]*(\.[a-zA-Z_][a-zA-Z0-9_]*)*``. Undefined Types