We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ea31ec + 060b84a commit b823cbdCopy full SHA for b823cbd
shared-bindings/time/__init__.c
@@ -206,10 +206,9 @@ STATIC mp_obj_t time_time(void) {
206
}
207
MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
208
209
-//| .. method:: monotonic_ns(clk_id)
+//| .. method:: monotonic_ns()
210
//|
211
-//| Return the time of the specified clock clk_id in nanoseconds. Refer to
212
-//| Clock ID Constants for a list of accepted values for clk_id.
+//| Return the time of the specified clock clk_id in nanoseconds.
213
214
//| :return: the current time
215
//| :rtype: int
0 commit comments