Skip to content

Commit 1b0899a

Browse files
committed
Tutorial: Add note on StreamReader read methods.
1 parent 33dfe3e commit 1b0899a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/docs/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ asyncio.run(run())
20142014

20152015
## 6.3 Using the stream mechanism
20162016

2017-
A stream is an abstraction of a device whose interface consists of a realtime
2017+
A stream is an abstraction of a device interface which consists of a realtime
20182018
source of bytes. Examples include UARTs, I2S devices and sockets. Many streams
20192019
are continuous: an I2S microphone will source data until switched off and the
20202020
interface is closed. Streams are supported by `asyncio.StreamReader` and

0 commit comments

Comments
 (0)