diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-01 22:09:51 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-01 22:09:51 +0300 |
commit | 1a05a59116e5a308b312efbc0b511e7e0199e418 (patch) | |
tree | b29f649817bdbacefabfc322873f4af0c40f48ca /docs/library | |
parent | 927388e80ecac345147597c1d7a53b0c1848f609 (diff) | |
download | micropython-1a05a59116e5a308b312efbc0b511e7e0199e418.tar.gz micropython-1a05a59116e5a308b312efbc0b511e7e0199e418.zip |
docs/math: Typo fix.
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. |