We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487de05 commit 2f05802Copy full SHA for 2f05802
1 file changed
shared-bindings/time/__init__.c
@@ -215,7 +215,7 @@ STATIC mp_obj_t time_time(void) {
215
MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
216
217
//| def monotonic_ns() -> int:
218
-//| """Return the time of the specified clock clk_id in nanoseconds.
+//| """Return the time of the monotonic clock, cannot go backward, in nanoseconds.
219
//|
220
//| :return: the current time
221
//| :rtype: int"""
0 commit comments