From 4e1a1cd4e83c29c8f81dc60e38944ba2c35f616b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 29 Dec 2018 14:41:19 +0100 Subject: [PATCH] String --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ada4dc3..bc42a3c 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ Format ``` ### String Options -**'!r' uses object's `repr()` function, instead of `__format__()`, to get a string:** +**`'!r'` uses object's `repr()` function, instead of `__format__()`, to get a string:** ```python {'abcde'!r} # "'abcde'" ```