From: JINMEI Tatuya Date: Mon, 18 Feb 2013 22:04:34 +0000 (-0800) Subject: [2676] editorial: folded a long line X-Git-Tag: bind10-1.1.0beta1-release~83^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de4ecfcd4827e8e0002c426e11e5ad36e7e14da3;p=thirdparty%2Fkea.git [2676] editorial: folded a long line --- diff --git a/src/lib/python/isc/config/ccsession.py b/src/lib/python/isc/config/ccsession.py index 21d0780e5a..3196d32226 100644 --- a/src/lib/python/isc/config/ccsession.py +++ b/src/lib/python/isc/config/ccsession.py @@ -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: