Skip to content

Commit 06d90b4

Browse files
committed
fix: Docs
1 parent aa99c86 commit 06d90b4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

examples/sign.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ def callback_signer_es256(data: bytes) -> bytes:
7171
"name": "python_example",
7272
"version": "0.0.1",
7373
}],
74-
# claim version 2 is the default
74+
# Claims version 2 is the default, so the version
75+
# number can be omitted.
7576
# "claim_version": 2,
7677
"format": "image/jpeg",
7778
"title": "Python Example Image",

examples/sign_info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
"name": "python_example",
6969
"version": "0.0.1",
7070
}],
71+
# This manifest uses v1 claims,
72+
# so the version 1 must be explicitly set.
7173
"claim_version": 1,
7274
"format": "image/jpeg",
7375
"title": "Python Example Image",

0 commit comments

Comments
 (0)