Browse Source

Format

pull/3/head
Jure Šorn 7 years ago
parent
commit
fe6bddfcf2
1 changed files with 4 additions and 4 deletions
  1. 8
      README.md

8
README.md

@ -222,10 +222,10 @@ re.split(<regex>, text, maxsplit=0) # Use brackets in regex to keep the matches
``` ```
#### Integer presentation types: #### Integer presentation types:
* 'b' - binary * 'b' - Binary
* 'c' - character * 'c' - Character
* 'o' - octal * 'o' - Octal
* 'x' - hex * 'x' - Hex
* 'X' - HEX * 'X' - HEX

|||||||
100:0
Loading…
Cancel
Save