Skip to content

Commit d98a107

Browse files
committed
Format
1 parent d09a7d6 commit d98a107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Format
340340
{<el>:<10} # '<el> '
341341
{<el>:>10} # ' <el>'
342342
{<el>:^10} # ' <el> '
343-
{<el>:->10} # '------<el>'
343+
{<el>:.>10} # '......<el>'
344344
{<el>:>0} # '<el>'
345345
```
346346

@@ -373,7 +373,7 @@ Format
373373
```python
374374
{90:c} # 'Z'
375375
{90:X} # '5A'
376-
{90:08b} # '01011010'
376+
{90:b} # '1011010'
377377
```
378378

379379

0 commit comments

Comments
 (0)