Commit c5f4ecb2 authored by Victor Zverovich's avatar Victor Zverovich

.

parent 75343c7e
...@@ -124,7 +124,6 @@ The grammar for a replacement field is as follows: ...@@ -124,7 +124,6 @@ The grammar for a replacement field is as follows:
.. productionlist:: sf .. productionlist:: sf
replacement_field: "{" [`arg_index`] [":" `format_spec`] "}" replacement_field: "{" [`arg_index`] [":" `format_spec`] "}"
arg_index: `integer` arg_index: `integer`
format_spec: <described in the next section>
In less formal terms, the replacement field can start with an *arg_index* In less formal terms, the replacement field can start with an *arg_index*
that specifies the argument whose value is to be formatted and inserted into that specifies the argument whose value is to be formatted and inserted into
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment