[Python-checkins] cpython (3.5): Trivial typo

jesus.cea python-checkins at python.org
Tue Apr 19 15:59:21 EDT 2016


https://hg.python.org/cpython/rev/376bee0d1b37
changeset:   101064:376bee0d1b37
branch:      3.5
parent:      101061:fd981e5c2faa
user:        Jesus Cea <jcea at jcea.es>
date:        Tue Apr 19 21:50:19 2016 +0200
summary:
  Trivial typo

files:
  Doc/library/asyncio-stream.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst
--- a/Doc/library/asyncio-stream.rst
+++ b/Doc/library/asyncio-stream.rst
@@ -223,7 +223,7 @@
 .. 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list