Skip to content

Commit 0713636

Browse files
committed
Format
1 parent fa21fc1 commit 0713636

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ Format
328328
{123456:10,} # ' 123,456'
329329
{123456:10_} # ' 123_456'
330330
{123456:+10} # ' +123456'
331+
{-123456:=10} # '- 123456'
332+
{123456: } # ' 123456'
333+
{-123456: } # '-123456'
331334
```
332335

333336
```python

0 commit comments

Comments
 (0)