Browse Source

Format

pull/3/head
Jure Šorn 5 years ago
parent
commit
315e139cbc
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
README.md

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

Loading…
Cancel
Save