summaryrefslogtreecommitdiff
path: root/shared-bindings/time
diff options
context:
space:
mode:
authorCarl Karsten <carl@personnelware.com>2020-09-12 15:25:04 -0500
committerCarl Karsten <carl@personnelware.com>2020-09-12 15:25:04 -0500
commit2f058029e9c62761cdac3e54f326dd4d1f53cc94 (patch)
tree628adec571b4e0e4ab8864b8527a5454e3ec2745 /shared-bindings/time
parent487de0551cdd8b097825ebbae6791fa97d1cd67f (diff)
doc fix: remove the text about the non-existing clock specification
Diffstat (limited to 'shared-bindings/time')
-rw-r--r--shared-bindings/time/__init__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/time/__init__.c b/shared-bindings/time/__init__.c
index 0a78b377c..44f82c62e 100644
--- a/shared-bindings/time/__init__.c
+++ b/shared-bindings/time/__init__.c
@@ -215,7 +215,7 @@ STATIC mp_obj_t time_time(void) {
MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
//| def monotonic_ns() -> int:
-//| """Return the time of the specified clock clk_id in nanoseconds.
+//| """Return the time of the monotonic clock, cannot go backward, in nanoseconds.
//|
//| :return: the current time
//| :rtype: int"""