Browse Source

String

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

3
README.md

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

Loading…
Cancel
Save