gtalarico / pyairtable

Python Api Client for Airtable
https://pyairtable.readthedocs.io
MIT License
786 stars 139 forks source link

Update getting-started.rst #316

Closed yannbertaud closed 12 months ago

yannbertaud commented 12 months ago

the example for initializing the table is wrong, it should be

table = api.get_table(`appExampleBaseId', 'tblExampleTableId')