summaryrefslogtreecommitdiff
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
parent927388e80ecac345147597c1d7a53b0c1848f609 (diff)
docs/math: Typo fix.
-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 6ed42333c..743b4fd58 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.