From 67baced913447269a5310ca2b3681086b5f6d49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 29 Dec 2018 15:34:32 +0100 Subject: [PATCH] Format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f67dde..50aa6ea 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ Format ``` ### String Options -**"!r" uses object's `repr()` method, instead of `format()`, to get a string:** +**"!r" uses object's repr() method, instead of format(), to get a string:** ```python {'abcde'!r} # "'abcde'" ```