diff --git a/README.md b/README.md index c38a551..0c91de6 100644 --- a/README.md +++ b/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' " ```