Adding missing quotes

This commit is contained in:
Barry Revzin 2022-01-07 20:41:12 -06:00
parent 950160a2de
commit 914ee8e559

View File

@ -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.