Browse Source

Format

pull/3/head
Jure Šorn 6 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:
* 'b' - binary
* 'c' - character
* 'o' - octal
* 'x' - hex
* 'b' - Binary
* 'c' - Character
* 'o' - Octal
* 'x' - Hex
* 'X' - HEX

Loading…
Cancel
Save