We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8d92f9 + ce7f410 commit e011c9fCopy full SHA for e011c9f
shared-bindings/time/__init__.c
@@ -206,7 +206,7 @@ MP_DEFINE_CONST_FUN_OBJ_0(time_time_obj, time_time);
206
//| def monotonic_ns() -> int:
207
//| """Return the time of the monotonic clock, which cannot go backward, in nanoseconds.
208
//| Not available on boards without long integer support.
209
-//| Only use it to compare against other values from `time.monotonic()`
+//| Only use it to compare against other values from `time.monotonic_ns()`
210
//| during a single code run.
211
//|
212
//| :return: the current time
0 commit comments