From 313607763689bcf6c37c7aff5a4b51340b9df151 Mon Sep 17 00:00:00 2001 From: Dmitry S Date: Tue, 15 Feb 2022 22:10:07 -0500 Subject: [PATCH] (core) Update documentation of CURRENT_CONVERSION function Summary: As requested by Anais in https://github.com/dsagal/grist-help/pull/132 Test Plan: Only a change to doc-comment (from which help docs are built). Reviewers: alexmojaki Reviewed By: alexmojaki Differential Revision: https://phab.getgrist.com/D3267 --- sandbox/grist/functions/info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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