Browse Source

minor style fix: correct comments style

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac380@3286 e5f2f494-b856-4b98-b285-d166d9295462
Jerry 14 years ago
parent
commit
dee5a91cf9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/zonemgr/zonemgr.py.in

+ 2 - 2
src/bin/zonemgr/zonemgr.py.in

@@ -433,8 +433,8 @@ class Zonemgr:
         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