Browse Source

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).
pull/2870/head
Paul Sokolovsky 8 years ago
parent
commit
ee3615d800
  1. 7
      docs/library/uos.rst

7
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

Loading…
Cancel
Save