Browse Source

Small titles

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

2
README.md

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

Loading…
Cancel
Save