From 7d71abfd1a8bfc558b52d21809127700c1aebaa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 27 Apr 2018 16:37:52 +0200 Subject: [PATCH] String --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 408de6b..4e6685d 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ re.split(, text, maxsplit=0) # Use brackets in regex to keep the matches '187' ``` -#### Binary, at least 10 spaces wide, filled with zeros. +#### Binary, at least 10 spaces wide, filled with zeros: ```python >>> f'{123:010b}' '0001111011'