Skip to content

Commit 11eb55c

Browse files
authored
Merge pull request #3406 from CarlFK/main
doc fix: remove the text about the non-existing clock specification
2 parents 487de05 + 2f05802 commit 11eb55c

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
@@ -215,7 +215,7 @@ STATIC mp_obj_t time_time(void) {
215215
MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
216216

217217
//| def monotonic_ns() -> int:
218-
//| """Return the time of the specified clock clk_id in nanoseconds.
218+
//| """Return the time of the monotonic clock, cannot go backward, in nanoseconds.
219219
//|
220220
//| :return: the current time
221221
//| :rtype: int"""

0 commit comments

Comments
 (0)