diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-27 01:55:06 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-27 01:55:06 +0300 |
commit | 351ec6d4ab587bb5434437271ff40a00a34e6fa7 (patch) | |
tree | 7180443b34926d06f401caca00c9467298812d3e /docs/library/index.rst | |
parent | f3f5e975e47f1e7e3d0c9a46ee17f36204f15daf (diff) | |
download | micropython-351ec6d4ab587bb5434437271ff40a00a34e6fa7.tar.gz micropython-351ec6d4ab587bb5434437271ff40a00a34e6fa7.zip |
docs/library: "os" module is actually "uos".
Diffstat (limited to 'docs/library/index.rst')
-rw-r--r-- | docs/library/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index a6d12f678f..87fbb3cffb 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -30,13 +30,13 @@ library. cmath.rst gc.rst math.rst - os.rst select.rst sys.rst ubinascii.rst uhashlib.rst uheapq.rst ujson.rst + uos.rst ure.rst usocket.rst ustruct.rst @@ -51,13 +51,13 @@ library. cmath.rst gc.rst math.rst - os.rst select.rst sys.rst ubinascii.rst uhashlib.rst uheapq.rst ujson.rst + uos.rst ure.rst usocket.rst ustruct.rst @@ -70,11 +70,11 @@ library. :maxdepth: 1 gc.rst - os.rst select.rst sys.rst ubinascii.rst ujson.rst + uos.rst ure.rst usocket.rst ussl.rst @@ -87,12 +87,12 @@ library. gc.rst math.rst - os.rst sys.rst ubinascii.rst uhashlib.rst uheapq.rst ujson.rst + uos.rst ure.rst usocket.rst ustruct.rst |