]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2676] editorial: folded a long line
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 18 Feb 2013 22:04:34 +0000 (14:04 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 18 Feb 2013 22:04:34 +0000 (14:04 -0800)
src/lib/python/isc/config/ccsession.py

index 21d0780e5a5a5ca7cc72aa5e577b0ded380f4478..3196d3222644f222a15434406222613d817c7b5c 100644 (file)
@@ -527,8 +527,8 @@ class ModuleCCSession(ConfigData):
         cmd = create_command(command, params)
         seq = self._session.group_sendmsg(cmd, group, instance=instance,
                                           to=to, want_answer=True)
-        # For non-blocking, we'll have rpc_call_async (once the nonblock actualy
-        # works)
+        # For non-blocking, we'll have rpc_call_async (once the nonblock
+        # actualy works)
         reply, rheaders = self._session.group_recvmsg(nonblock=False, seq=seq)
         code, value = parse_answer(reply)
         if code == CC_REPLY_NO_RECPT: