From a3600d23a9849133e08236af3cff88a9e51a13a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= <sornjure@gmail.com> Date: Sun, 27 Jan 2019 09:22:32 +0100 Subject: [PATCH] Numbers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 235fdcb..8e6988e 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,7 @@ Numbers ------- ### Basic Functions ```python -<num> = pow(<num>, <num>) # Or: <num> ** <num> +<num> = pow(<num>, <num>) # Or: <num> ** <num> <real> = abs(<num>) <real> = round(<real> [, ndigits]) ```