Skip to content

Commit 69b7022

Browse files
committed
docs/os: Change wording to be a bit more port-neutral.
1 parent e24674d commit 69b7022

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/library/os.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
.. module:: os
55
:synopsis: basic "operating system" services
66

7-
The ``os`` module contains functions for filesystem access and ``urandom``.
7+
The ``os`` module contains functions for filesystem access and ``urandom``
8+
function.
89

9-
Pyboard specifics
10-
-----------------
10+
Port specifics
11+
--------------
1112

12-
The filesystem on the pyboard has ``/`` as the root directory and the
13+
The filesystem has ``/`` as the root directory and the
1314
available physical drives are accessible from here. They are currently:
1415

1516
``/flash`` -- the internal flash filesystem

0 commit comments

Comments
 (0)