Skip to content

Commit e7bb3fb

Browse files
committed
Small titles
1 parent 9fa6e2e commit e7bb3fb

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
@@ -333,7 +333,7 @@ Format
333333
```
334334

335335
### String Options
336-
**"!r" calls object's repr() method, instead of format(), to get a string.**
336+
**`'!r'` calls object's repr() method, instead of format(), to get a string.**
337337
```python
338338
{'abcde'!r:<10} # "'abcde' "
339339
```

0 commit comments

Comments
 (0)