diff --git a/README.md b/README.md index 535f740..ee3b223 100644 --- a/README.md +++ b/README.md @@ -286,9 +286,8 @@ import re * `'e'` - Exponent #### Integer presentation types: -* `'b'` - Binary * `'c'` - Character -* `'o'` - Octal +* `'b'` - Binary * `'x'` - Hex * `'X'` - HEX