From 2ba3d626a1906a289b939a441af1917c2fa90520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 27 Jan 2019 10:13:36 +0100 Subject: [PATCH] Format --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 008f9c7..877a18c 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ value = .setdefault(key, default) # Same, but also adds default to di ``` ```python -value = .pop(key) # Removes item from dictionary. +value = .pop(key) # Removes item from dictionary. {k: v for k, v in .items() if k in keys} # Filters dictionary by keys. ``` @@ -325,11 +325,11 @@ Format ### General Options ```python -{:<10} # ' ' -{:>10} # ' ' -{:^10} # ' ' -{:->10} # '------' -{:>0} # '' +{:<10} # ' ' +{:>10} # ' ' +{:^10} # ' ' +{:->10} # '------' +{:>0} # '' ``` ### String Options