diff --git a/src/ota_metadata/file_table/_table.py b/src/ota_metadata/file_table/_table.py index 7790700dc..788d2e6cc 100644 --- a/src/ota_metadata/file_table/_table.py +++ b/src/ota_metadata/file_table/_table.py @@ -65,7 +65,7 @@ class FileTableBase(BaseModel): TypeAffinityRepr(bytes), ] = None """msgpacked extended attrs for the entry. - + It contains a dict of xattr names and xattr values. """ @@ -75,7 +75,7 @@ class FileTableBase(BaseModel): SkipValidation, ] = None """The contents of the file. Currently only used by symlink. - + When is symlink, is the symlink target. """ diff --git a/src/ota_metadata/legacy/rs_table.py b/src/ota_metadata/legacy/rs_table.py index f2cfedf94..e4bc765ae 100644 --- a/src/ota_metadata/legacy/rs_table.py +++ b/src/ota_metadata/legacy/rs_table.py @@ -65,7 +65,7 @@ class ResourceTable(TableSpec): SkipValidation, ] = None """The compression algorthim used to compressed the resource. - + NOTE that this field should be None if is not None. """