Skip to content

Commit de7a90a

Browse files
authored
Add link to CPython os module
1 parent 5bd8fa6 commit de7a90a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

shared-bindings/os/__init__.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@
4141
//|
4242
//| The `os` module is a strict subset of the CPython `cpython:os` module. So,
4343
//| code written in CircuitPython will work in CPython but not necessarily the
44-
//| other way around."""
44+
//| other way around.
45+
//|
46+
//| For more information about the `os` module, see the CPython documentation:
47+
//| https://docs.python.org/3/library/os.html
48+
//| """
4549
//|
4650
//| import typing
4751

0 commit comments

Comments
 (0)