[svn] commit: r924 - /trunk/src/bin/bindctl/cmdparse.py

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 23 15:36:04 UTC 2010


Author: jreed
Date: Tue Feb 23 15:36:04 2010
New Revision: 924

Log:
Fix typo in docs. While here minor capitalization, grammer, punctuation
changes.

Modified:
    trunk/src/bin/bindctl/cmdparse.py

Modified: trunk/src/bin/bindctl/cmdparse.py
==============================================================================
--- trunk/src/bin/bindctl/cmdparse.py (original)
+++ trunk/src/bin/bindctl/cmdparse.py Tue Feb 23 15:36:04 2010
@@ -34,10 +34,10 @@
 NAME_PATTERN = re.compile("^\s*(?P<name>[\w]+)(?P<blank>\s*)(?P<others>.*)$")
 
 class BindCmdParse:
-    """ This class will parse the command line usr input into three part
-    module name, command, parameters
-    the first two parts are strings and parameter is one hash, 
-    parameter part is optional
+    """ This class will parse the command line user input into three parts:
+    module name, command, parameters.
+    The first two parts are strings and parameter is one hash.
+    The parameter part is optional.
     
     Example: zone reload, zone_name=example.com 
     module == zone




More information about the bind10-changes mailing list