]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Trivial typo
authorJesus Cea <jcea@jcea.es>
Tue, 19 Apr 2016 19:50:19 +0000 (21:50 +0200)
committerJesus Cea <jcea@jcea.es>
Tue, 19 Apr 2016 19:50:19 +0000 (21:50 +0200)
Doc/library/asyncio-stream.rst

index 9fcea88b87b005f042f147b92b61bbea25578b22..fa076df84a3d2499670c19893f0c5159474c4e86 100644 (file)
@@ -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