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'