Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed Jan 7, 2025
1 parent 20ea804 commit de61d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tivars/var.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def version(self, value) -> int:
The version number of the entry
The version is used to determine model compatibility where necessary.
Only flash files support this entry, and it thus not present if `meta_length` <= 11.
Only flash files support this section, and is thus not present if `meta_length` <= 11.
"""

if self.meta_length == TIEntry.base_meta_length:
Expand All @@ -545,7 +545,7 @@ def archived(self, value) -> bool:
"""
Whether the entry is archived
Only flash files support this entry, and it thus not present if `meta_length` <= 11.
Only flash files support this section, and is thus not present if `meta_length` <= 11.
"""

if self.meta_length == TIEntry.base_meta_length:
Expand Down

0 comments on commit de61d5b

Please sign in to comment.