From 914ee8e559a00102120f8ab2bb0ec32f5be3999f Mon Sep 17 00:00:00 2001 From: Barry Revzin Date: Fri, 7 Jan 2022 20:41:12 -0600 Subject: [PATCH] Adding missing quotes --- doc/syntax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax.rst b/doc/syntax.rst index 76822400..0c803f61 100644 --- a/doc/syntax.rst +++ b/doc/syntax.rst @@ -360,7 +360,7 @@ Range Format Specifications Format specifications for range types have the following syntax: ..productionlist:: sf - range_format_spec: [:[`underlying_spec`]] + range_format_spec: [":" [`underlying_spec`]] The `underlying_spec` is parsed based on the formatter of the range's reference type.