Browse Source

String

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

2
README.md

@ -315,7 +315,7 @@ Format
### String Options
```python
{'abcde'!r} # "'abcde'"
{'abcde'!r} # "'abcde'" -> Uses objects repr() function.
```
```python

Loading…
Cancel
Save