Browse Source

Format

pull/3/head
Jure Šorn 6 years ago
parent
commit
cba2113d7f
1 changed files with 0 additions and 2 deletions
  1. 2
      README.md

2
README.md

@ -204,8 +204,6 @@ re.split(<regex>, text, maxsplit=0) # Use brackets in regex to keep the matches
{:^min_width} # ' <el> ' {:^min_width} # ' <el> '
{:_<min_width} # '<el>____' {:_<min_width} # '<el>____'
{:.max_width} # '<e>' {:.max_width} # '<e>'
```
```python
{:max_width.min_width} # ' <e>' {:max_width.min_width} # ' <e>'
{:max_width.no_of_decimalsf} # ' 3.14' {:max_width.no_of_decimalsf} # ' 3.14'
``` ```

Loading…
Cancel
Save