Skip to content

Commit 1ff8313

Browse files
authored
Fix typo in docstring of stream.py
1 parent 8218c6b commit 1ff8313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ async def _serve(self, s, cb):
219219
# Helper function to start a TCP stream server, running as a new task
220220
# TODO could use an accept-callback on socket read activity instead of creating a task
221221
async def start_server(cb, host, port, backlog=5):
222-
"""Start a TCP server on the given *host* and *port*. The *cb* callback wil be
222+
"""Start a TCP server on the given *host* and *port*. The *cb* callback will be
223223
called with incoming, accepted connections, and be passed 2 arguments: reader
224224
writer streams for the connection.
225225

0 commit comments

Comments
 (0)