Fix time.monotonic_ns docstring

This commit is contained in:
Carlos 2018-11-18 10:41:35 -06:00
parent 0ea31ec15d
commit 55a9e2d697
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ STATIC mp_obj_t time_time(void) {
}
MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
//| .. method:: monotonic_ns(clk_id)
//| .. method:: monotonic_ns()
//|
//| Return the time of the specified clock clk_id in nanoseconds. Refer to
//| Clock ID Constants for a list of accepted values for clk_id.