Skip to content

Commit 7171ae8

Browse files
Update core to version 9d1fbb31
1 parent c29275d commit 7171ae8

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed
785 KB
Binary file not shown.
1.24 MB
Binary file not shown.
606 KB
Binary file not shown.
1.05 MB
Binary file not shown.
465 KB
Binary file not shown.

src/onepassword/secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Secrets:
1010
"""
1111
The Secrets API includes all operations the SDK client can perform on secrets.
12-
Use secret reference URIs to securely load secrets from 1Password: op://<vault-name>/<item-name>[/<section-name>]/<field-name>
12+
Use secret reference URIs to securely load secrets from 1Password: `op://<vault-name>/<item-name>[/<section-name>]/<field-name>`
1313
"""
1414

1515
def __init__(self, client_id):

src/onepassword/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class AutofillBehavior(str, Enum):
277277
Controls the auto-fill behavior of a website.
278278
279279
280-
For more information, visit https://support.1password.com/autofill-behavior/
280+
For more information, visit <https://support.1password.com/autofill-behavior/>
281281
"""
282282

283283
ANYWHEREONWEBSITE = "AnywhereOnWebsite"
@@ -309,7 +309,7 @@ class Website(BaseModel):
309309
"""
310310
The auto-fill behavior of the website
311311
312-
For more information, visit https://support.1password.com/autofill-behavior/
312+
For more information, visit <https://support.1password.com/autofill-behavior/>
313313
"""
314314

315315

0 commit comments

Comments
 (0)