docs/sys: Remove port-specific details from description of stdin/out/err.

pull/2038/head
Paul Sokolovsky 2016-05-01 13:37:28 +03:00
rodzic c468fe65c5
commit 7781caf8d3
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -50,15 +50,15 @@ Constants
.. data:: stderr
standard error (connected to USB VCP, and optional UART object)
standard error stream
.. data:: stdin
standard input (connected to USB VCP, and optional UART object)
standard input stream
.. data:: stdout
standard output (connected to USB VCP, and optional UART object)
standard output stream
.. data:: version