From 1767fffef8b1ac23e62f2f6f85ff34a6ae332272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 15 May 2018 08:53:27 +0200 Subject: [PATCH] Regex --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a1d003b..162482d 100644 --- a/README.md +++ b/README.md @@ -234,11 +234,11 @@ re.split(, text, maxsplit=0) # Use brackets in regex to keep the matches ``` #### Integer presentation types: -* 'b' - Binary -* 'c' - Character -* 'o' - Octal -* 'x' - Hex -* 'X' - HEX +* `b` - Binary +* `c` - Character +* `o` - Octal +* `x` - Hex +* `X` - HEX ### Text Wrap