Skip to content

Commit

Permalink
Fix typo in docstring of stream.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Apr 11, 2022
1 parent 8218c6b commit 1ff8313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncio/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ async def _serve(self, s, cb):
# Helper function to start a TCP stream server, running as a new task
# TODO could use an accept-callback on socket read activity instead of creating a task
async def start_server(cb, host, port, backlog=5):
"""Start a TCP server on the given *host* and *port*. The *cb* callback wil be
"""Start a TCP server on the given *host* and *port*. The *cb* callback will be
called with incoming, accepted connections, and be passed 2 arguments: reader
writer streams for the connection.
Expand Down

0 comments on commit 1ff8313

Please sign in to comment.