Merge pull request #3406 from CarlFK/main

doc fix: remove the text about the non-existing clock specification
This commit is contained in:
Jeff Epler 2020-09-12 17:51:28 -05:00 committed by GitHub
commit 11eb55cade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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