Browse Source

Format

pull/30/head
Jure Šorn 6 years ago
parent
commit
8e75a923a9
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -355,7 +355,7 @@ f'{"abcde":10.3}' # 'abc '
### Number Options
```python
f'{ 123456:10,}' # ' 123,456'
'{ 123456:10_}' # ' 123_456'
f'{ 123456:10_}' # ' 123_456'
f'{ 123456:+10}' # ' +123456'
f'{-123456:=10}' # '- 123456'
f'{ 123456: }' # ' 123456'

Loading…
Cancel
Save