From b7b80c4c9c2b2c92682e4fa552bbb5515fc79d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 30 Nov 2018 21:44:18 +0100 Subject: [PATCH] Format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2463e79..42570ce 100644 --- a/README.md +++ b/README.md @@ -289,8 +289,8 @@ from math import cos, acos, sin, asin, tan, atan, degrees, radians ```python from math import log, log10, log2 log(x [, base]) # Base e, if not specified. -log10(x) # Base 10. -log2(x) # Base 2. +log10(x) # Base 10. +log2(x) # Base 2. ``` ### Infinity, nan