Browse Source

String

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

2
README.md

@ -314,7 +314,7 @@ Format
```
### String Options
**'!r' uses object's `repr()` function, instead of `__format__()`, to get a string:**
**`'!r'` uses object's `repr()` function, instead of `__format__()`, to get a string:**
```python
{'abcde'!r} # "'abcde'"
```

Loading…
Cancel
Save