diff options
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/math.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |