Skip to content

Commit f013a32

Browse files
committed
Format
1 parent e803833 commit f013a32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@ Format
329329
```
330330

331331
### General Options
332-
```perl
333-
{<el>:<10} # '<el> '
334-
{<el>:>10} # ' <el>'
335-
{<el>:^10} # ' <el> '
336-
{<el>:->10} # '------<el>'
337-
{<el>:>0} # '<el>'
332+
```python
333+
'{<el>:<10}' # '<el> '
334+
'{<el>:>10}' # ' <el>'
335+
'{<el>:^10}' # ' <el> '
336+
'{<el>:->10}' # '------<el>'
337+
'{<el>:>0}' # '<el>'
338338
```
339339

340340
### String Options

0 commit comments

Comments
 (0)