We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a9e2d commit 060b84aCopy full SHA for 060b84a
1 file changed
shared-bindings/time/__init__.c
@@ -208,8 +208,7 @@ MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
208
209
//| .. 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