Browse Source

Format

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

2
README.md

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

Loading…
Cancel
Save