From de61d5b55656eac272c32ce12ab219395ae7bcb8 Mon Sep 17 00:00:00 2001 From: KG Date: Tue, 7 Jan 2025 16:04:03 -0500 Subject: [PATCH] Update docs --- tivars/var.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tivars/var.py b/tivars/var.py index 1cbbca6..ea75680 100644 --- a/tivars/var.py +++ b/tivars/var.py @@ -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: @@ -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: