mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fix typo
This commit is contained in:
parent
d3abb07092
commit
d07d0b2139
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@
|
|||
# A dict where the dict keys hold a keyid and the dict values a key object.
|
||||
KEYDICT_SCHEMA = SCHEMA.DictOf(
|
||||
key_schema = KEYID_SCHEMA,
|
||||
value_schekma = KEY_SCHEMA)
|
||||
value_schema = KEY_SCHEMA)
|
||||
|
||||
# The format used by the key database to store keys. The dict keys hold a key
|
||||
# identifier and the dict values any object. The key database should store
|
||||
|
|
|
|||
Loading…
Reference in a new issue