diff --git a/sandbox/grist/functions/info.py b/sandbox/grist/functions/info.py index b168e90f..70cef373 100644 --- a/sandbox/grist/functions/info.py +++ b/sandbox/grist/functions/info.py @@ -502,8 +502,8 @@ def N(value): def CURRENT_CONVERSION(rec): """ - Special function used only when changing the type of a column. - Doesn't work in normal formulas. + Internal function used by Grist during column type conversions. Not available for use in + formulas. """ return rec.gristHelper_Converted