From 65959228d28cad42afaa5b014a30e3063109a81e Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Mon, 1 Jan 2024 19:20:35 +0100 Subject: [PATCH] Trigger documentation rebuild --- doc/basics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/basics.md b/doc/basics.md index e0d9de1..de79c34 100644 --- a/doc/basics.md +++ b/doc/basics.md @@ -84,3 +84,4 @@ to be escaped, with the exception of `$` which should be written as `$$`. It is still necessary, however, to follow the regular expression escaping rules, for example, an extractor matching a single opening parenthesis would be written as `r"\("` or `r"""\("""`. +