docs/library: "os" module is actually "uos".
This commit is contained in:
parent
f3f5e975e4
commit
351ec6d4ab
@ -30,13 +30,13 @@ library.
|
|||||||
cmath.rst
|
cmath.rst
|
||||||
gc.rst
|
gc.rst
|
||||||
math.rst
|
math.rst
|
||||||
os.rst
|
|
||||||
select.rst
|
select.rst
|
||||||
sys.rst
|
sys.rst
|
||||||
ubinascii.rst
|
ubinascii.rst
|
||||||
uhashlib.rst
|
uhashlib.rst
|
||||||
uheapq.rst
|
uheapq.rst
|
||||||
ujson.rst
|
ujson.rst
|
||||||
|
uos.rst
|
||||||
ure.rst
|
ure.rst
|
||||||
usocket.rst
|
usocket.rst
|
||||||
ustruct.rst
|
ustruct.rst
|
||||||
@ -51,13 +51,13 @@ library.
|
|||||||
cmath.rst
|
cmath.rst
|
||||||
gc.rst
|
gc.rst
|
||||||
math.rst
|
math.rst
|
||||||
os.rst
|
|
||||||
select.rst
|
select.rst
|
||||||
sys.rst
|
sys.rst
|
||||||
ubinascii.rst
|
ubinascii.rst
|
||||||
uhashlib.rst
|
uhashlib.rst
|
||||||
uheapq.rst
|
uheapq.rst
|
||||||
ujson.rst
|
ujson.rst
|
||||||
|
uos.rst
|
||||||
ure.rst
|
ure.rst
|
||||||
usocket.rst
|
usocket.rst
|
||||||
ustruct.rst
|
ustruct.rst
|
||||||
@ -70,11 +70,11 @@ library.
|
|||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
gc.rst
|
gc.rst
|
||||||
os.rst
|
|
||||||
select.rst
|
select.rst
|
||||||
sys.rst
|
sys.rst
|
||||||
ubinascii.rst
|
ubinascii.rst
|
||||||
ujson.rst
|
ujson.rst
|
||||||
|
uos.rst
|
||||||
ure.rst
|
ure.rst
|
||||||
usocket.rst
|
usocket.rst
|
||||||
ussl.rst
|
ussl.rst
|
||||||
@ -87,12 +87,12 @@ library.
|
|||||||
|
|
||||||
gc.rst
|
gc.rst
|
||||||
math.rst
|
math.rst
|
||||||
os.rst
|
|
||||||
sys.rst
|
sys.rst
|
||||||
ubinascii.rst
|
ubinascii.rst
|
||||||
uhashlib.rst
|
uhashlib.rst
|
||||||
uheapq.rst
|
uheapq.rst
|
||||||
ujson.rst
|
ujson.rst
|
||||||
|
uos.rst
|
||||||
ure.rst
|
ure.rst
|
||||||
usocket.rst
|
usocket.rst
|
||||||
ustruct.rst
|
ustruct.rst
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
:mod:`os` -- basic "operating system" services
|
:mod:`uos` -- basic "operating system" services
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
.. module:: os
|
.. module:: uos
|
||||||
:synopsis: basic "operating system" services
|
: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``
|
Loading…
x
Reference in New Issue
Block a user