summaryrefslogtreecommitdiff
path: root/shared-bindings/math/__init__.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/math/__init__.c')
-rw-r--r--shared-bindings/math/__init__.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/shared-bindings/math/__init__.c b/shared-bindings/math/__init__.c
index 755bf7589..56155306f 100644
--- a/shared-bindings/math/__init__.c
+++ b/shared-bindings/math/__init__.c
@@ -38,12 +38,7 @@
#define MP_PI MICROPY_FLOAT_CONST(3.14159265358979323846)
-//| """:mod:`math` --- mathematical functions
-//| ========================================================
-//|
-//| .. module:: math
-//| :synopsis: mathematical functions
-//| :platform: SAMD21/SAMD51
+//| """mathematical functions
//|
//| The `math` module provides some basic mathematical functions for
//| working with floating-point numbers."""