From 315e139cbc0ecd19ce0c08c6f0301bbd75a9127a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 25 Dec 2018 19:14:05 +0100 Subject: [PATCH] Format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7de3a6f..7fb1d42 100644 --- a/README.md +++ b/README.md @@ -294,13 +294,13 @@ Format {:^0} # '' ``` -### Options Specific to Strings: +### Options Specific to Strings ```python {'abcde':.3} # 'abc' {'abcde':>10.3} # ' abc' ``` -### Options specific to Numbers: +### Options specific to Numbers ```python {1.23456:.3f} # '1.235' {1.23456:>10.3f} # ' 1.235'