Link to CPython docs for time module

This commit is contained in:
Alec Delaney 2022-05-03 13:49:00 -04:00 committed by GitHub
parent bf0e1fafa9
commit 2457b2bdf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,11 @@
//|
//| The `time` module is a strict subset of the CPython `cpython:time` module. So, code
//| using `time` written in CircuitPython will work in CPython but not necessarily the other
//| way around."""
//| way around.
//|
//| For more information about the `time` module, see the CPython documentation:
//| https://docs.python.org/3/library/time.html
//| """
//|
//| def monotonic() -> float:
//| """Returns an always increasing value of time with an unknown reference