mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Tweaks to documentation comments for user-facing Grist functions (#126)
- Update internal links in function documentation - Remove emphasis in code blocks - Remove trailing whitespace
This commit is contained in:
@@ -220,9 +220,9 @@ def LEFT(string, num_chars=1):
|
||||
|
||||
def LEN(text):
|
||||
"""
|
||||
Returns the number of characters in a text string, or the number of items in a list. Same as
|
||||
[`len`](https://docs.python.org/3/library/functions.html#len) in python.
|
||||
See [Record Set](https://support.getgrist.com/functions/#recordset) for an example of using `len` on a list of records.
|
||||
Returns the number of characters in a text string, or the number of items in a list. Same as
|
||||
[`len`](https://docs.python.org/3/library/functions.html#len) in python.
|
||||
See [Record Set](#recordset) for an example of using `len` on a list of records.
|
||||
|
||||
>>> LEN("Phoenix, AZ")
|
||||
11
|
||||
|
||||
Reference in New Issue
Block a user