From 351ec6d4ab587bb5434437271ff40a00a34e6fa7 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 27 Apr 2016 01:55:06 +0300 Subject: [PATCH] docs/library: "os" module is actually "uos". --- docs/library/index.rst | 8 ++++---- docs/library/{os.rst => uos.rst} | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) rename docs/library/{os.rst => uos.rst} (97%) 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 diff --git a/docs/library/os.rst b/docs/library/uos.rst similarity index 97% rename from docs/library/os.rst rename to docs/library/uos.rst index e6777147ac..f043883ad1 100644 --- a/docs/library/os.rst +++ b/docs/library/uos.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 The ``os`` module contains functions for filesystem access and ``urandom``