Add token markup.

This commit is contained in:
Georg Brandl 2009-03-16 19:42:03 +00:00
parent bb7467f6e3
commit 8cbe9556cf
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ The grammar for a replacement field is as follows:
.. productionlist:: sf
replacement_field: "{" `field_name` ["!" `conversion`] [":" `format_spec`] "}"
field_name: (`identifier` | `integer`) ("." `attribute_name` | "[" element_index "]")*
field_name: (`identifier` | `integer`) ("." `attribute_name` | "[" `element_index` "]")*
attribute_name: `identifier`
element_index: `integer`
conversion: "r" | "s"