E and O format specifiers removed and A added

This commit is contained in:
Mateusz Pusz
2020-03-16 11:31:02 +01:00
parent e51bbcc888
commit c26f4500e1
2 changed files with 4 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ Formatting the output
---------------------
Grammar:
^^^^^^^^
.. productionlist::
units-format-spec: fill-and-align[opt] sign[opt] width[opt] precision[opt] units-specs[opt]
@@ -41,5 +42,5 @@ Grammar:
: units-specs literal-char
literal-char: any character other than '{' or '}'
conversion-spec: '%' modifier[opt] type
modifier: one of 'E', 'O'
modifier: 'A'
type: one of 'n', 'q', 'Q', 't', '%'

View File

@@ -41,8 +41,8 @@ namespace units {
// any character other than { or }
// conversion-spec:
// % modifier[opt] type
// modifier: one of
// E O
// modifier:
// A
// type: one of
// n q Q t %