We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea31ec commit 55a9e2dCopy full SHA for 55a9e2d
1 file changed
shared-bindings/time/__init__.c
@@ -206,7 +206,7 @@ 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.
0 commit comments