Parcourir la source

[2617] some more editorial fixes in pydoc

JINMEI Tatuya il y a 12 ans
Parent
commit
709b6c520e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/bin/msgq/tests/msgq_test.py

+ 2 - 2
src/bin/msgq/tests/msgq_test.py

@@ -564,8 +564,8 @@ class SocketTests(unittest.TestCase):
     '''Test cases for micro behaviors related to socket operations.
 
     Some cases are covered as part of other tests, but in this fixture
-    we check more details of specific method related socket operation,
-    with the help mock classes to avoid expensive overhead.
+    we check more details of specific method related to socket operation,
+    with the help of mock classes to avoid expensive overhead.
 
     '''
     class MockSocket():