[svn] commit: r3286 - /branches/trac380/src/bin/zonemgr/zonemgr.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 20 02:42:13 UTC 2010
Author: chenzhengzhang
Date: Wed Oct 20 02:42:13 2010
New Revision: 3286
Log:
minor style fix: correct comments style
Modified:
branches/trac380/src/bin/zonemgr/zonemgr.py.in
Modified: branches/trac380/src/bin/zonemgr/zonemgr.py.in
==============================================================================
--- branches/trac380/src/bin/zonemgr/zonemgr.py.in (original)
+++ branches/trac380/src/bin/zonemgr/zonemgr.py.in Wed Oct 20 02:42:13 2010
@@ -433,8 +433,8 @@
return answer
def _config_data_check(self, config_data):
- ''' Check whether the new config data is valid or
- not. '''
+ """Check whether the new config data is valid or
+ not. """
# jitter should not be bigger than half of the original value
if config_data.get('jitter_scope') > 0.5:
config_data['jitter_scope'] = 0.5
More information about the bind10-changes
mailing list