Browse Source

[2676] editorial: folded a long line

JINMEI Tatuya 12 years ago
parent
commit
de4ecfcd48
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/python/isc/config/ccsession.py

+ 2 - 2
src/lib/python/isc/config/ccsession.py

@@ -527,8 +527,8 @@ class ModuleCCSession(ConfigData):
         cmd = create_command(command, params)
         cmd = create_command(command, params)
         seq = self._session.group_sendmsg(cmd, group, instance=instance,
         seq = self._session.group_sendmsg(cmd, group, instance=instance,
                                           to=to, want_answer=True)
                                           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)
         reply, rheaders = self._session.group_recvmsg(nonblock=False, seq=seq)
         code, value = parse_answer(reply)
         code, value = parse_answer(reply)
         if code == CC_REPLY_NO_RECPT:
         if code == CC_REPLY_NO_RECPT: