Add link to CPython os module

This commit is contained in:
Alec Delaney 2022-05-03 14:00:52 -04:00 committed by GitHub
parent 5bd8fa6842
commit de7a90ab00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -41,7 +41,11 @@
//|
//| The `os` module is a strict subset of the CPython `cpython:os` module. So,
//| code written in CircuitPython will work in CPython but not necessarily the
//| other way around."""
//| other way around.
//|
//| For more information about the `os` module, see the CPython documentation:
//| https://docs.python.org/3/library/os.html
//| """
//|
//| import typing