From 71d7acfc5ebf7ed32d52f53be5d3b66e6917b375 Mon Sep 17 00:00:00 2001 From: zolliker Date: Fri, 16 May 2025 16:38:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbdec83..f76e72c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Code example # important: do not sleep here! -In the change_ function the validity of has to be checked, and if any conversion +In the change_xxx function the validity of 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)