Browse Source

String

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

4
README.md

@ -314,6 +314,10 @@ Format
```
### String Options
```python
{'abcde'!r} # "'abcde'"
```
```python
{'abcde':.3} # 'abc'
{'abcde':10.3} # 'abc '

Loading…
Cancel
Save