diff --git a/README.md b/README.md index e2d08bb..0c9b2c2 100644 --- a/README.md +++ b/README.md @@ -377,8 +377,8 @@ Format * **`'X'` - HEX** -Math ----- +Numbers +------- ### Basic Functions ```python = pow(, ) # Or: ** @@ -412,9 +412,7 @@ from math import inf, nan, isinf, isnan float('inf'), float('nan') ``` - -Random ------- +### Random ```python from random import random, randint, choice, shuffle = random()