Skip to content

Commit 351ec6d

Browse files
committed
docs/library: "os" module is actually "uos".
1 parent f3f5e97 commit 351ec6d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/library/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ library.
3030
cmath.rst
3131
gc.rst
3232
math.rst
33-
os.rst
3433
select.rst
3534
sys.rst
3635
ubinascii.rst
3736
uhashlib.rst
3837
uheapq.rst
3938
ujson.rst
39+
uos.rst
4040
ure.rst
4141
usocket.rst
4242
ustruct.rst
@@ -51,13 +51,13 @@ library.
5151
cmath.rst
5252
gc.rst
5353
math.rst
54-
os.rst
5554
select.rst
5655
sys.rst
5756
ubinascii.rst
5857
uhashlib.rst
5958
uheapq.rst
6059
ujson.rst
60+
uos.rst
6161
ure.rst
6262
usocket.rst
6363
ustruct.rst
@@ -70,11 +70,11 @@ library.
7070
:maxdepth: 1
7171

7272
gc.rst
73-
os.rst
7473
select.rst
7574
sys.rst
7675
ubinascii.rst
7776
ujson.rst
77+
uos.rst
7878
ure.rst
7979
usocket.rst
8080
ussl.rst
@@ -87,12 +87,12 @@ library.
8787

8888
gc.rst
8989
math.rst
90-
os.rst
9190
sys.rst
9291
ubinascii.rst
9392
uhashlib.rst
9493
uheapq.rst
9594
ujson.rst
95+
uos.rst
9696
ure.rst
9797
usocket.rst
9898
ustruct.rst
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
:mod:`os` -- basic "operating system" services
1+
:mod:`uos` -- basic "operating system" services
22
==============================================
33

4-
.. module:: os
4+
.. module:: uos
55
:synopsis: basic "operating system" services
66

77
The ``os`` module contains functions for filesystem access and ``urandom``

0 commit comments

Comments
 (0)