diff --git a/README.md b/README.md index 820b4dd..807808b 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ Format ### String Options ```python -{'abcde'!r} # "'abcde'" +{'abcde'!r} # "'abcde'" -> Uses objects repr() function. ``` ```python