Fix a typo in server.py

1. "still be some some existing" to "still be some existing"

Change-Id: Id620bb6622123a15f08e3d7e49c7bf3cb7a5e1fc
This commit is contained in:
Daisuke Fujita 2015-10-09 21:55:55 +09:00
parent 367e28b0f1
commit a0b760d8fd

@ -157,7 +157,7 @@ class MessageHandlingServer(service.ServiceBase):
def wait(self):
"""Wait for message processing to complete.
After calling stop(), there may still be some some existing messages
After calling stop(), there may still be some existing messages
which have not been completely processed. The wait() method blocks
until all message processing has completed.