Change non intuitive error message

I found this message non intuitive and had to look at the code
to understand the problem.

Change-Id: Ia701effa9775c487e2fc3af46071ae313421ebac
This commit is contained in:
Terry Howe
2015-01-28 07:33:06 -07:00
parent 3dfd7e1de9
commit dc7c60a25f

View File

@@ -89,7 +89,7 @@ _messages = {
'default': 'W'
},
'E010': {
'msg': 'Do not on same line as %s',
'msg': 'The "do" should be on same line as %s',
'long_msg':
"""
Ensure consistency of "do" directive being on the same line as