[Neo-report] r2628 vincent - /trunk/neo/client/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 21 17:08:05 CET 2011


Author: vincent
Date: Fri Jan 21 17:08:05 2011
New Revision: 2628

Log:
Fix typo in docstring.

Modified:
    trunk/neo/client/app.py

Modified: trunk/neo/client/app.py
==============================================================================
--- trunk/neo/client/app.py [iso-8859-1] (original)
+++ trunk/neo/client/app.py [iso-8859-1] Fri Jan 21 17:08:05 2011
@@ -850,7 +850,7 @@ class Application(object):
     @profiler_decorator
     def waitResponses(self):
         """Wait for all requests to be answered (or their connection to be
-        dected as closed)"""
+        detected as closed)"""
         queue = self.local_var.queue
         pending = self.dispatcher.pending
         _waitAnyMessage = self._waitAnyMessage




More information about the Neo-report mailing list