Fix tiny typo in server.py
Missing the word 'to' Change-Id: I6d1cc923b4085f0451a3a4b2d4b716b2c7ac5e96
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user