(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
This commit is contained in:
Dmitry S 2022-02-15 22:10:07 -05:00
parent c0ca936c1e
commit 3136077636

View File

@ -502,8 +502,8 @@ def N(value):
def CURRENT_CONVERSION(rec): def CURRENT_CONVERSION(rec):
""" """
Special function used only when changing the type of a column. Internal function used by Grist during column type conversions. Not available for use in
Doesn't work in normal formulas. formulas.
""" """
return rec.gristHelper_Converted return rec.gristHelper_Converted