Skip to content

Commit 0c5776e

Browse files
hculeaMOmarMiraj
andauthored
Update example/example.py
Co-authored-by: Mohammed Omar Miraj <[email protected]>
1 parent 3422fbf commit 0c5776e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ async def create_attach_and_delete_file_field_item(client: Client):
348348
# [developer-docs.sdk.python.create-item-with-file-field]-end
349349

350350
# [developer-docs.sdk.python.read-file-field]-start
351-
# Read the a file field from an item
351+
# Read the file field from an item
352352
content = await client.items.files.read(
353353
created_item.vault_id, created_item.id, created_item.files[0]
354354
)

0 commit comments

Comments
 (0)