Fix tiny typo in server.py

Missing the word 'to'

Change-Id: I6d1cc923b4085f0451a3a4b2d4b716b2c7ac5e96
This commit is contained in:
Clint Byrum 2014-11-13 10:44:45 -08:00
parent 10eb1202b3
commit 37e5e2a888
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""