Update README.md

This commit is contained in:
2025-05-16 16:38:54 +02:00
parent da62795b73
commit 71d7acfc5e

View File

@ -36,7 +36,7 @@ Code example
# important: do not sleep here!
In the change_<xxx> function the validity of <value> has to be checked, and if any conversion
In the change_xxx function the validity of <value> has to be checked, and if any conversion
happens the converted value has to be returned. When no change function is present, the value
is converted to the type of the initial value (e.g. float, int or str)