Skip to content

Commit ba771d4

Browse files
authored
Merge pull request gtalarico#96 from szedjani/patch-1
Update airtable.py
2 parents 06a307f + 381263a commit ba771d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airtable/airtable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
4343
Insert:
4444
45-
>>> airtable.insert({'First Name', 'John'})
45+
>>> airtable.insert({'First Name': 'John'})
4646
4747
Delete:
4848

0 commit comments

Comments
 (0)