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 e803833 commit f013a32Copy full SHA for f013a32
README.md
@@ -329,12 +329,12 @@ Format
329
```
330
331
### General Options
332
-```perl
333
-{<el>:<10} # '<el> '
334
-{<el>:>10} # ' <el>'
335
-{<el>:^10} # ' <el> '
336
-{<el>:->10} # '------<el>'
337
-{<el>:>0} # '<el>'
+```python
+'{<el>:<10}' # '<el> '
+'{<el>:>10}' # ' <el>'
+'{<el>:^10}' # ' <el> '
+'{<el>:->10}' # '------<el>'
+'{<el>:>0}' # '<el>'
338
339
340
### String Options
0 commit comments