Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde1676 commit 065ba70Copy full SHA for 065ba70
1 file changed
Doc/library/string.rst
@@ -199,7 +199,7 @@ The grammar for a replacement field is as follows:
199
field_name: (`identifier` | `integer`) ("." `attribute_name` | "[" element_index "]")*
200
attribute_name: `identifier`
201
element_index: `integer`
202
- conversion: "r" | "s"
+ conversion: "r" | "s" | "a"
203
format_spec: <described in the next section>
204
205
In less formal terms, the replacement field starts with a *field_name*, which
0 commit comments