Skip to content

Commit 8e75a92

Browse files
committed
Format
1 parent c6532cd commit 8e75a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ f'{"abcde":10.3}' # 'abc '
355355
### Number Options
356356
```python
357357
f'{ 123456:10,}' # ' 123,456'
358-
'{ 123456:10_}' # ' 123_456'
358+
f'{ 123456:10_}' # ' 123_456'
359359
f'{ 123456:+10}' # ' +123456'
360360
f'{-123456:=10}' # '- 123456'
361361
f'{ 123456: }' # ' 123456'

0 commit comments

Comments
 (0)