From 2d4274ac38ae18a26a04cc34cf9b735c5a674e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 18 Mar 2019 00:39:17 +0100 Subject: [PATCH] Format --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 0955428..a4c7b6f 100644 --- a/README.md +++ b/README.md @@ -340,9 +340,6 @@ Format **`'!r'` calls object's repr() method, instead of format(), to get a string.** ```python {'abcde'!r:<10} # "'abcde' " -``` - -```python {'abcde':.3} # 'abc' {'abcde':10.3} # 'abc ' ```