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