We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dfe3e commit 1b0899aCopy full SHA for 1b0899a
v3/docs/TUTORIAL.md
@@ -2014,7 +2014,7 @@ asyncio.run(run())
2014
2015
## 6.3 Using the stream mechanism
2016
2017
-A stream is an abstraction of a device whose interface consists of a realtime
+A stream is an abstraction of a device interface which consists of a realtime
2018
source of bytes. Examples include UARTs, I2S devices and sockets. Many streams
2019
are continuous: an I2S microphone will source data until switched off and the
2020
interface is closed. Streams are supported by `asyncio.StreamReader` and
0 commit comments