summaryrefslogtreecommitdiff
path: root/docs/library/math.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/math.rst')
-rw-r--r--docs/library/math.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/library/math.rst b/docs/library/math.rst
index a6f13d48c..811d514ba 100644
--- a/docs/library/math.rst
+++ b/docs/library/math.rst
@@ -1,10 +1,12 @@
:mod:`math` -- mathematical functions
=====================================
+.. include:: ../templates/unsupported_in_circuitpython.inc
+
.. module:: math
:synopsis: mathematical functions
-|see_cpython_module| :mod:`python:math`.
+|see_cpython_module| :mod:`cpython:math`.
The ``math`` module provides some basic mathematical functions for
working with floating-point numbers.