Browse Source

String

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

2
README.md

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

|||||||
100:0
Loading…
Cancel
Save