From 1a05a59116e5a308b312efbc0b511e7e0199e418 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 1 Jun 2016 22:09:51 +0300 Subject: [PATCH] docs/math: Typo fix. --- docs/library/math.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library/math.rst b/docs/library/math.rst index 6ed42333c7..743b4fd58e 100644 --- a/docs/library/math.rst +++ b/docs/library/math.rst @@ -4,7 +4,7 @@ .. module:: math :synopsis: mathematical functions -The ``math`` module provides some basic mathematical funtions for +The ``math`` module provides some basic mathematical functions for working with floating-point numbers. *Note:* On the pyboard, floating-point numbers have 32-bit precision.