Skip to content
Snippets Groups Projects
Commit ee3615d8 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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).
parent dd00d013
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment