Browse Source

Format

pull/10/head
Jure Šorn 6 years ago
parent
commit
c5a1e5ce97
1 changed files with 3 additions and 3 deletions
  1. 6
      README.md

6
README.md

@ -370,9 +370,9 @@ Format
```
#### Float presentation types:
* `'f'` - fixed point: `.<precision>f`
* `'%'` - percent: `.<precision>%`
* `'e'` - exponent
* `'f'` - Fixed point: `.<precision>f`
* `'%'` - Percent: `.<precision>%`
* `'e'` - Exponent
#### Integer presentation types:
* `'c'` - character

Loading…
Cancel
Save