diff --git a/tuf/api/metadata.py b/tuf/api/metadata.py index bd607f75dc..19a2569842 100644 --- a/tuf/api/metadata.py +++ b/tuf/api/metadata.py @@ -849,8 +849,11 @@ class Timestamp(Signed): Timestamp contains information about the snapshot Metadata file. Attributes: - meta: A dictionary of filenames to MetaFiles. The only valid key value - is the snapshot filename, as defined by the specification. + snapshot_meta: MetaFile instance used as API for interacting with + snapshot meta information. + meta: Implementation detail mimicking the spec file format. A dictionary + of filenames to MetaFiles. The only valid key value is the snapshot + filename, as defined by the specification. """ _signed_type = "timestamp"