We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09a7d6 commit d98a107Copy full SHA for d98a107
README.md
@@ -340,7 +340,7 @@ Format
340
{<el>:<10} # '<el> '
341
{<el>:>10} # ' <el>'
342
{<el>:^10} # ' <el> '
343
-{<el>:->10} # '------<el>'
+{<el>:.>10} # '......<el>'
344
{<el>:>0} # '<el>'
345
```
346
@@ -373,7 +373,7 @@ Format
373
```python
374
{90:c} # 'Z'
375
{90:X} # '5A'
376
-{90:08b} # '01011010'
+{90:b} # '1011010'
377
378
379
0 commit comments