mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
docs: fix kwargs docstring (#25010)
Fix: 
This commit is contained in:
@@ -16,7 +16,7 @@ class AirtableLoader(BaseLoader):
|
||||
api_token: Airtable API token.
|
||||
table_id: Airtable table ID.
|
||||
base_id:
|
||||
**kwargs: Additional parameters to pass to Table.all(). Refer to the
|
||||
kwargs: Additional parameters to pass to Table.all(). Refer to the
|
||||
pyairtable documentation for available options:
|
||||
https://pyairtable.readthedocs.io/en/latest/api.html#pyairtable.Table.all
|
||||
""" # noqa: E501
|
||||
|
Reference in New Issue
Block a user