[apps/code] Fix some toolbox descriptions

This commit is contained in:
Léa Saviot
2020-04-21 17:34:30 +02:00
committed by Émilie Feral
parent 33ebd3d1aa
commit 6cd9b744e1
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ PythonFillRect = "Fill a rectangle at pixel (x,y)"
PythonFloat = "Convert x to a float"
PythonFloor = "Floor"
PythonFmod = "a modulo b"
PythonFrExp = "Mantissa and exponent of x"
PythonFrExp = "Mantissa and exponent of x: (m,e)"
PythonGamma = "Gamma function"
PythonGetPixel = "Return pixel (x,y) color"
PythonGetrandbits = "Integer with k random bits"