update string formatting grammar

This commit is contained in:
Benjamin Peterson 2008-11-09 01:43:02 +00:00
parent bde1676b06
commit 065ba709e8
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ The grammar for a replacement field is as follows:
field_name: (`identifier` | `integer`) ("." `attribute_name` | "[" element_index "]")*
attribute_name: `identifier`
element_index: `integer`
conversion: "r" | "s"
conversion: "r" | "s" | "a"
format_spec: <described in the next section>
In less formal terms, the replacement field starts with a *field_name*, which