[apps/code] Remove superfluous spaces in toolbox

This commit is contained in:
Léa Saviot
2020-04-01 11:50:28 +02:00
committed by EmilieNumworks
parent 76e0deb9bf
commit 92c62ce3dc
6 changed files with 10 additions and 10 deletions

View File

@@ -139,7 +139,7 @@ PythonRadians = "Convert x from degrees to radians"
PythonRandint = "Random integer in [a,b]"
PythonRandom = "Floating point number in [0,1["
PythonRandomFunction = "random module function prefix"
PythonRandrange = "Random number in range(start, stop)"
PythonRandrange = "Random number in range(start,stop)"
PythonRangeStartStop = "List from start to stop-1"
PythonRangeStop = "List from 0 to stop-1"
PythonRect = "z in cartesian coordinates"