diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-03 20:32:02 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-03 20:49:25 +0300 |
commit | 69b702276b125e4c8dec9e34ae37d9f0fe17c4fa (patch) | |
tree | e522e364aa703cc28fcaad302b965449eafc3596 | |
parent | e24674d44e65ba9dc8aad061e4e4689a963a0556 (diff) | |
download | micropython-69b702276b125e4c8dec9e34ae37d9f0fe17c4fa.tar.gz micropython-69b702276b125e4c8dec9e34ae37d9f0fe17c4fa.zip |
docs/os: Change wording to be a bit more port-neutral.
-rw-r--r-- | docs/library/os.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/library/os.rst b/docs/library/os.rst index 302d71fd5d..e6777147ac 100644 --- a/docs/library/os.rst +++ b/docs/library/os.rst @@ -4,12 +4,13 @@ .. module:: os :synopsis: basic "operating system" services -The ``os`` module contains functions for filesystem access and ``urandom``. +The ``os`` module contains functions for filesystem access and ``urandom`` +function. -Pyboard specifics ------------------ +Port specifics +-------------- -The filesystem on the pyboard has ``/`` as the root directory and the +The filesystem has ``/`` as the root directory and the available physical drives are accessible from here. They are currently: ``/flash`` -- the internal flash filesystem |