Skip to content

Commit 2c0464e

Browse files
committed
Format
1 parent dc57108 commit 2c0464e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,9 @@ Format
371371

372372
#### Int types:
373373
```python
374-
{90:c} # 'Z'
375-
{90:X} # '5A'
376-
{90:08b} # '01011010'
374+
{90:10c} # ' Z'
375+
{90:10X} # ' 5A'
376+
{90:010b} # '0001011010'
377377
```
378378

379379

0 commit comments

Comments
 (0)