Skip to content

Commit 060b84a

Browse files
committed
Remove reference to clock_id on the function descriptiions
1 parent 55a9e2d commit 060b84a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shared-bindings/time/__init__.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
208208

209209
//| .. method:: monotonic_ns()
210210
//|
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.
211+
//| Return the time of the specified clock clk_id in nanoseconds.
213212
//|
214213
//| :return: the current time
215214
//| :rtype: int

0 commit comments

Comments
 (0)