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.
1 parent 3422fbf commit 0c5776eCopy full SHA for 0c5776e
example/example.py
@@ -348,7 +348,7 @@ async def create_attach_and_delete_file_field_item(client: Client):
348
# [developer-docs.sdk.python.create-item-with-file-field]-end
349
350
# [developer-docs.sdk.python.read-file-field]-start
351
- # Read the a file field from an item
+ # Read the file field from an item
352
content = await client.items.files.read(
353
created_item.vault_id, created_item.id, created_item.files[0]
354
)
0 commit comments