Skip to content

Commit ee3615d

Browse files
committed
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).
1 parent dd00d01 commit ee3615d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

docs/library/uos.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,3 @@ Functions
116116

117117
Duplicate the terminal (the REPL) on the passed stream-like object.
118118
The given object must at least implement the ``.read()`` and ``.write()`` methods.
119-
120-
Constants
121-
---------
122-
123-
.. data:: sep
124-
125-
separation character used in paths

0 commit comments

Comments
 (0)