Skip to content

Commit 44f99f2

Browse files
authored
Merge pull request #165 from harshils23/patch-1
Update example.py
2 parents feda4dc + eebbb76 commit 44f99f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,10 @@ async def resolve_all_secrets(
388388
client: Client, vault_id: str, item_id: str, field_id: str, field_id2: str
389389
):
390390
# [developer-docs.sdk.python.resolve-bulk-secret]-start
391-
# Retrieves multiple secret from 1Password.
391+
# Retrieves multiple secrets from 1Password.
392392
secrets = await client.secrets.resolve_all(
393393
[
394-
f"op://{vault_id}//{item_id}/{field_id}",
394+
f"op://{vault_id}/{item_id}/{field_id}",
395395
f"op://{vault_id}/{item_id}/{field_id2}",
396396
]
397397
)

0 commit comments

Comments
 (0)