From ee3615d80022d1b5e5c0fdca466f20e50f07e63c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 14 Feb 2017 13:14:46 +0300 Subject: [PATCH] docs/uos: Remove mention of uos.sep. MicroPython guarantees '/' to be a path separator, so extra constant taking precious ROM space are not needed. MicroPython never had such constant, only one vendor port had it (now unmaintained). --- docs/library/uos.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/library/uos.rst b/docs/library/uos.rst index 242e8c3d0b..cd0c5cae8c 100644 --- a/docs/library/uos.rst +++ b/docs/library/uos.rst @@ -116,10 +116,3 @@ Functions Duplicate the terminal (the REPL) on the passed stream-like object. The given object must at least implement the ``.read()`` and ``.write()`` methods. - -Constants ---------- - -.. data:: sep - - separation character used in paths