From cfa4f46163d3b7231f89d2699476bdfaa894ac06 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 31 Aug 2023 19:14:54 +0200 Subject: [PATCH] fix typo fix type mentioned in #51 --- pyLSV2/dat_cls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyLSV2/dat_cls.py b/pyLSV2/dat_cls.py index ad8a237..b2e6928 100644 --- a/pyLSV2/dat_cls.py +++ b/pyLSV2/dat_cls.py @@ -165,7 +165,7 @@ def __init__(self): self.number_of_timers = -1 self.words_start_address = -1 - self.umber_of_words = -1 + self.number_of_words = -1 self.strings_start_address = -1 self.number_of_strings = -1