summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2016-04-19 19:50:40 (GMT)
committerJesus Cea <jcea@jcea.es>2016-04-19 19:50:40 (GMT)
commit0fea25af4805ba132c0af2720dcf87c53ad43fdf (patch)
tree48e4f4393272dfee1418752c319555da843917b8
parent9a8d0d5c7d1ad3bfee57efce7860cded9790eee7 (diff)
parentded4c4967b37ead4c2f897b3a0f565a02098a948 (diff)
downloadcpython-0fea25af4805ba132c0af2720dcf87c53ad43fdf.zip
cpython-0fea25af4805ba132c0af2720dcf87c53ad43fdf.tar.gz
cpython-0fea25af4805ba132c0af2720dcf87c53ad43fdf.tar.bz2
MERGE: Trivial typo
-rw-r--r--Doc/library/asyncio-stream.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst
index 9fcea88..fa076df 100644
--- a/Doc/library/asyncio-stream.rst
+++ b/Doc/library/asyncio-stream.rst
@@ -223,7 +223,7 @@ StreamReaderProtocol
.. class:: StreamReaderProtocol(stream_reader, client_connected_cb=None, loop=None)
Trivial helper class to adapt between :class:`Protocol` and
- :class:`StreamReader`. Sublclass of :class:`Protocol`.
+ :class:`StreamReader`. Subclass of :class:`Protocol`.
*stream_reader* is a :class:`StreamReader` instance, *client_connected_cb*
is an optional function called with (stream_reader, stream_writer) when a