diff --git a/README.md b/README.md index 807808b..6a9363c 100644 --- a/README.md +++ b/README.md @@ -314,8 +314,9 @@ Format ``` ### String Options +**'!r' uses objects repr() function, instead of __format__() to get a string.** ```python -{'abcde'!r} # "'abcde'" -> Uses objects repr() function. +{'abcde'!r} # "'abcde'" ``` ```python