diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 6ab555a69f8..63caa4cf3f3 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -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: In less formal terms, the replacement field starts with a *field_name*, which