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 2017-02-14 13:14:46 +03:00
rodzic dd00d0134b
commit ee3615d800
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -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