From 15bc3081440c5223028bbbefadc0cf2c4d8212db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 25 Dec 2018 18:57:05 +0100 Subject: [PATCH] Format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b5ae59..4424a7f 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ import re #### Options specific to strings: ```python {'abcde':.3} # 'abc' -{'abcde':>10.3}' # ' abc' +{'abcde':>10.3} # ' abc' ``` #### Options specific to numbers: