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:
parent
367e28b0f1
commit
a0b760d8fd
@ -157,7 +157,7 @@ class MessageHandlingServer(service.ServiceBase):
|
|||||||
def wait(self):
|
def wait(self):
|
||||||
"""Wait for message processing to complete.
|
"""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
|
which have not been completely processed. The wait() method blocks
|
||||||
until all message processing has completed.
|
until all message processing has completed.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user