Skip to content

Commit

Permalink
Fix typo in documentation for batch_update
Browse files Browse the repository at this point in the history
  • Loading branch information
Richie78321 committed Apr 29, 2021
1 parent 14f46d4 commit 033f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airtable/airtable.py
Expand Up @@ -440,7 +440,7 @@ def batch_update(self, records, typecast=False):
Updates a records by their record id's in batch.
Args:
records(``list``): List of dict: [{"id": record_id, "field": fields_to_update_dict}]
records(``list``): List of dict: [{"id": record_id, "fields": fields_to_update_dict}]
typecast(``boolean``): Automatic data conversion from string values.
Returns:
Expand Down

0 comments on commit 033f2b8

Please sign in to comment.