Commit afadd664 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo in docstring.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2628 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent bc5f60d3
...@@ -850,7 +850,7 @@ class Application(object): ...@@ -850,7 +850,7 @@ class Application(object):
@profiler_decorator @profiler_decorator
def waitResponses(self): def waitResponses(self):
"""Wait for all requests to be answered (or their connection to be """Wait for all requests to be answered (or their connection to be
dected as closed)""" detected as closed)"""
queue = self.local_var.queue queue = self.local_var.queue
pending = self.dispatcher.pending pending = self.dispatcher.pending
_waitAnyMessage = self._waitAnyMessage _waitAnyMessage = self._waitAnyMessage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment