Browse Source

Namedtuple

pull/9/head
Jure Šorn 6 years ago
parent
commit
acf0f2ec21
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'"
``` ```

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