From eff0a5e1fc7065af902084e356fe6208fb563482 Mon Sep 17 00:00:00 2001
From: root <root@BALAZS-ASUS.localdomain>
Date: Sun, 16 Jul 2023 00:28:03 +0200
Subject: [PATCH] typo fixes

---
 dsmr_parser/telegram_specifications.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dsmr_parser/telegram_specifications.py b/dsmr_parser/telegram_specifications.py
index 04211e4..a9ff997 100644
--- a/dsmr_parser/telegram_specifications.py
+++ b/dsmr_parser/telegram_specifications.py
@@ -388,10 +388,10 @@ EON_HUNGARY = {
         obis.EON_HU_MAX_POWER_ON_L1: CosemParser(ValueParser(Decimal)),
         obis.EON_HU_MAX_POWER_ON_L2: CosemParser(ValueParser(Decimal)), # Only with 3 phase meters
         obis.EON_HU_MAX_POWER_ON_L3: CosemParser(ValueParser(Decimal)), # Only with 3 phase meters
-		# This is a list of last month data (on last day of last month @ 23:59:59),
-		# But it is not clear that what are the elements of the list.
-		# This is not well documented enough, so It is ignored for now.
-		# obis.EON_HU_LAST_MONTH_DATA: 
+        # This is a list of last month data (on last day of last month @ 23:59:59),
+        # But it is not clear that what are the elements of the list.
+        # This is not well documented enough, so it is ignored for now.
+        # obis.EON_HU_LAST_MONTH_DATA: 
         obis.TEXT_MESSAGE: CosemParser(ValueParser(str))
     }
 }