(core) updates from grist-core

This commit is contained in:
Alex Hall
2023-07-28 17:40:31 +02:00
10 changed files with 52 additions and 50 deletions

View File

@@ -657,8 +657,9 @@ def TASTEME(food):
@unimplemented
def TEXT(number, format_type): # pylint: disable=unused-argument
"""
Converts a number into text according to a specified format. It is not yet implemented in
Grist.
Converts a number into text according to a specified format. It is not yet implemented in
Grist. You can use the similar Python functions str() to convert numbers into strings, and
optionally format() to specify the number format.
"""
raise NotImplementedError()