We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24674d commit 69b7022Copy full SHA for 69b7022
docs/library/os.rst
@@ -4,12 +4,13 @@
4
.. module:: os
5
:synopsis: basic "operating system" services
6
7
-The ``os`` module contains functions for filesystem access and ``urandom``.
+The ``os`` module contains functions for filesystem access and ``urandom``
8
+function.
9
-Pyboard specifics
10
------------------
+Port specifics
11
+--------------
12
-The filesystem on the pyboard has ``/`` as the root directory and the
13
+The filesystem has ``/`` as the root directory and the
14
available physical drives are accessible from here. They are currently:
15
16
``/flash`` -- the internal flash filesystem
0 commit comments