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

This commit is contained in:
Paul Sokolovsky 2016-05-01 13:37:28 +03:00
parent c468fe65c5
commit 7781caf8d3
1 changed files with 3 additions and 3 deletions

View File

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