Remove reference to clock_id on the function descriptiions

This commit is contained in:
Carlos 2018-11-18 10:43:28 -06:00
parent 55a9e2d697
commit 060b84a0fa

View File

@ -208,8 +208,7 @@ MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
//| .. method:: monotonic_ns() //| .. method:: monotonic_ns()
//| //|
//| Return the time of the specified clock clk_id in nanoseconds. Refer to //| Return the time of the specified clock clk_id in nanoseconds.
//| Clock ID Constants for a list of accepted values for clk_id.
//| //|
//| :return: the current time //| :return: the current time
//| :rtype: int //| :rtype: int