doc fix: remove the text about the non-existing clock specification
This commit is contained in:
parent
487de0551c
commit
2f058029e9
|
@ -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"""
|
||||
|
|
Loading…
Reference in New Issue