Browse Source

Format

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

2
README.md

@ -270,7 +270,7 @@ import re
### Format
```python
<str> = '{}, {}'.format(<el_1>, <el_2>)
<str> = f'{<el_1>}, {<el_2}'
<str> = f'{<el_1>}, {<el_2>}'
```
#### General options:

Loading…
Cancel
Save