[code] Added spaces after some Toolbox commands.

Change-Id: I15c0a9b593e39123694c38ad3d6201e0319f24f4
This commit is contained in:
Léa Saviot
2017-11-27 14:20:42 +01:00
parent 1ce6f36651
commit 4659d27c80

View File

@@ -5,9 +5,9 @@ ForLoopMenu = "For"
IfStatementMenu = "If"
WhileLoopMenu = "While"
ConditionsMenu = "Conditions"
ConditionNot = "not"
ConditionOr = "or"
ConditionAnd = "and"
ConditionNot = "not "
ConditionOr = "or "
ConditionAnd = "and "
InferiorCondition = "<="
InferiorConditionWithArg = "x<=y"
SuperiorCondition = ">="
@@ -42,4 +42,4 @@ ForInRange1ArgLoop = "for i in range():"
ForInRange1ArgLoopWithArg = "for i in range(size):\n instruction"
PythonCommandDef = "def ():"
PythonCommandDefWithArg = "def function(x):"
PythonCommandReturn = "return"
PythonCommandReturn = "return "