doc fix: remove the text about the non-existing clock specification

This commit is contained in:
Carl Karsten 2020-09-12 15:25:04 -05:00
parent 487de0551c
commit 2f058029e9
1 changed files with 1 additions and 1 deletions

View File

@ -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"""