Skip to content

Commit

Permalink
Fixes comment typo and changes text to field name
Browse files Browse the repository at this point in the history
  • Loading branch information
daneasterman committed Aug 19, 2022
1 parent 608647d commit 9ad769a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyairtable/formulas.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def OR(*args) -> str:
def LOWER(value) -> str:
"""
Creates the LOWER function, making a string lowercase.
Can you be used on a string or a full airtable column and will lower all the strings in that column.
Can be used on a string or a field name and will lower all the strings in the field.
>>> LOWER("TestValue")
"LOWER(TestValue)"
Expand Down

0 comments on commit 9ad769a

Please sign in to comment.