Skip to content

Commit 2457b2b

Browse files
authored
Link to CPython docs for time module
1 parent bf0e1fa commit 2457b2b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

shared-bindings/time/__init__.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
//|
4141
//| The `time` module is a strict subset of the CPython `cpython:time` module. So, code
4242
//| using `time` written in CircuitPython will work in CPython but not necessarily the other
43-
//| way around."""
43+
//| way around.
44+
//|
45+
//| For more information about the `time` module, see the CPython documentation:
46+
//| https://docs.python.org/3/library/time.html
47+
//| """
4448
//|
4549
//| def monotonic() -> float:
4650
//| """Returns an always increasing value of time with an unknown reference

0 commit comments

Comments
 (0)