Improved some comments.

这个提交包含在:
Craig Warren
2016-10-18 18:05:37 +01:00
父节点 e3984a43ae
当前提交 811d756d78

查看文件

@@ -174,7 +174,7 @@ def check_cmd_names(processedlines, checkessential=True):
cmdname = cmd[0]
cmdparams = cmd[1]
# Check if there is space between command name and parameters
# Check if there is space between command name and parameters, i.e. check first character of parameter string
if ' ' not in cmdparams[0]:
raise CmdInputError('There must be a space between the command name and parameters in ' + processedlines[lindex])