We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06a307f + 381263a commit ba771d4Copy full SHA for ba771d4
airtable/airtable.py
@@ -42,7 +42,7 @@
42
43
Insert:
44
45
->>> airtable.insert({'First Name', 'John'})
+>>> airtable.insert({'First Name': 'John'})
46
47
Delete:
48
0 commit comments