Skip to content

Commit c8e5aba

Browse files
committed
String
1 parent 52d5cb5 commit c8e5aba

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
@@ -314,7 +314,7 @@ Format
314314
```
315315

316316
### String Options
317-
**'!r' uses objects `repr()` function, instead of `__format__()`, to get a string.**
317+
**'!r' uses object's `repr()` function, instead of `__format__()`, to get a string:**
318318
```python
319319
{'abcde'!r} # "'abcde'"
320320
```

0 commit comments

Comments
 (0)