]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2617] some more editorial fixes in pydoc
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 31 Jan 2013 19:24:02 +0000 (11:24 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 31 Jan 2013 19:24:02 +0000 (11:24 -0800)
src/bin/msgq/tests/msgq_test.py

index 03e0f7be7e1267a72c7582e2aef9519b566d5892..25d74beb24033c20400e3c6de0ad3ffc21c526fc 100644 (file)
@@ -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():