Skip to content

Commit 3198c47

Browse files
lukpuehjoshuagl
andauthored
Update tuf/api/metadata.py (WIP)
Co-authored-by: Joshua Lock <[email protected]>
1 parent cfb64f5 commit 3198c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuf/api/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def verify(self, key: JsonDict) -> bool:
275275
class Signed:
276276
"""A base class for the signed part of TUF metadata.
277277
278-
Objects with base class Signed are usually included in a Metablock object
278+
Objects with base class Signed are usually included in a Metadata object
279279
on the signed attribute. This class provides attributes and methods that
280280
are common for all TUF metadata types (roles).
281281

0 commit comments

Comments
 (0)