Skip to content

Commit 55a9e2d

Browse files
committed
Fix time.monotonic_ns docstring
1 parent 0ea31ec commit 55a9e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/time/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ STATIC mp_obj_t time_time(void) {
206206
}
207207
MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
208208

209-
//| .. method:: monotonic_ns(clk_id)
209+
//| .. method:: monotonic_ns()
210210
//|
211211
//| Return the time of the specified clock clk_id in nanoseconds. Refer to
212212
//| Clock ID Constants for a list of accepted values for clk_id.

0 commit comments

Comments
 (0)