summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-06-01 22:09:51 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-06-01 22:09:51 +0300
commit1a05a59116e5a308b312efbc0b511e7e0199e418 (patch)
treeb29f649817bdbacefabfc322873f4af0c40f48ca /docs/library
parent927388e80ecac345147597c1d7a53b0c1848f609 (diff)
downloadmicropython-1a05a59116e5a308b312efbc0b511e7e0199e418.tar.gz
micropython-1a05a59116e5a308b312efbc0b511e7e0199e418.zip
docs/math: Typo fix.
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/math.rst2
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.