Skip to content

Commit

Permalink
Add 'a' and 'A' format specifiers
Browse files Browse the repository at this point in the history
(cherry picked from commit 53f9e7f)
  • Loading branch information
vitaut authored and foonathan committed Oct 23, 2016
1 parent 3a212f0 commit 8204090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The general form of a *standard format specifier* is:
sign: "+" | "-" | " "
width: `integer` | "{" `arg_id` "}"
precision: `integer` | "{" `arg_id` "}"
type: `int_type` | "c" | "e" | "E" | "f" | "F" | "g" | "G" | "p" | "s"
type: `int_type` | "a" | "A" | "c" | "e" | "E" | "f" | "F" | "g" | "G" | "p" | "s"
int_type: "b" | "B" | "d" | "n" | "o" | "x" | "X"

The *fill* character can be any character other than '{' or '}'. The presence
Expand Down

0 comments on commit 8204090

Please sign in to comment.