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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 25 10:53:36 CET 2011


Author: vincent
Date: Tue Jan 25 10:53:36 2011
New Revision: 2640

Log:
Fix typo in docstrings.

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] Tue Jan 25 10:53:36 2011
@@ -270,13 +270,13 @@ class Application(object):
 
     @profiler_decorator
     def _askStorage(self, conn, packet):
-        """ Send a request to a storage node and process it's answer """
+        """ Send a request to a storage node and process its answer """
         msg_id = conn.ask(packet, queue=self.local_var.queue)
         self._waitMessage(conn, msg_id, self.storage_handler)
 
     @profiler_decorator
     def _askPrimary(self, packet):
-        """ Send a request to the primary master and process it's answer """
+        """ Send a request to the primary master and process its answer """
         conn = self._getMasterConnection()
         msg_id = conn.ask(packet, queue=self.local_var.queue)
         self._waitMessage(conn, msg_id, self.primary_handler)




More information about the Neo-report mailing list