Fix tiny typo in server.py
Missing the word 'to' Change-Id: I6d1cc923b4085f0451a3a4b2d4b716b2c7ac5e96
This commit is contained in:
parent
10eb1202b3
commit
37e5e2a888
@ -56,7 +56,7 @@ class ServerListenError(MessagingServerError):
|
||||
class MessageHandlingServer(object):
|
||||
"""Server for handling messages.
|
||||
|
||||
Connect a transport to a dispatcher that knows how process the
|
||||
Connect a transport to a dispatcher that knows how to process the
|
||||
message using an executor that knows how the app wants to create
|
||||
new tasks.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user