Skip to content

Commit f68cd70

Browse files
committed
String
1 parent 4e1a1cd commit f68cd70

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 object's `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)