summaryrefslogtreecommitdiff
path: root/shared-bindings/time
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/time')
-rw-r--r--shared-bindings/time/__init__.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/shared-bindings/time/__init__.c b/shared-bindings/time/__init__.c
index 36eaa27f6..20277d6b0 100644
--- a/shared-bindings/time/__init__.c
+++ b/shared-bindings/time/__init__.c
@@ -36,12 +36,7 @@
#include "shared-bindings/time/__init__.h"
#include "supervisor/shared/translate.h"
-//| """:mod:`time` --- time and timing related functions
-//| ========================================================
-//|
-//| .. module:: time
-//| :synopsis: time and timing related functions
-//| :platform: SAMD21
+//| """time and timing related functions
//|
//| The `time` module is a strict subset of the CPython `cpython:time` module. So, code
//| written in MicroPython will work in CPython but not necessarily the other