Skip to content

Commit 67baced

Browse files
committed
Format
1 parent 958c848 commit 67baced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Format
316316
```
317317

318318
### String Options
319-
**"!r" uses object's `repr()` method, instead of `format()`, to get a string:**
319+
**"!r" uses object's repr() method, instead of format(), to get a string:**
320320
```python
321321
{'abcde'!r} # "'abcde'"
322322
```

0 commit comments

Comments
 (0)