From 76cd591975edabeb5d3ce3a0b0017ae9ab8dc108 Mon Sep 17 00:00:00 2001 From: Ben Zinberg Date: Fri, 24 Dec 2021 18:22:57 -0500 Subject: [PATCH] Typo in docs (trailing backtick) At least, I _think_ this is a typo? :slightly_smiling_face: --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2