Skip to content

Commit 7781caf

Browse files
committed
docs/sys: Remove port-specific details from description of stdin/out/err.
1 parent c468fe6 commit 7781caf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/library/sys.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ Constants
5050

5151
.. data:: stderr
5252

53-
standard error (connected to USB VCP, and optional UART object)
53+
standard error stream
5454

5555
.. data:: stdin
5656

57-
standard input (connected to USB VCP, and optional UART object)
57+
standard input stream
5858

5959
.. data:: stdout
6060

61-
standard output (connected to USB VCP, and optional UART object)
61+
standard output stream
6262

6363
.. data:: version
6464

0 commit comments

Comments
 (0)