Browse Source

Formatting

pull/7/head
Jure Šorn 6 years ago
parent
commit
4c6ee25310
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
README.md

@ -311,13 +311,13 @@ Format
{<el>:>0} # '<el>'
```
### Options Specific to Strings
### String Options
```python
{'abcde':.3} # 'abc'
{'abcde':10.3} # 'abc '
```
### Options specific to Numbers
### Number Options
```python
{1.23456:.3f} # '1.235'
{1.23456:10.3f} # ' 1.235'

Loading…
Cancel
Save