fixed typo

This commit is contained in:
Khalim Conn-Kowlessar 2024-01-16 17:36:38 +00:00
parent 51e85e7516
commit b0a918dc8f

View file

@ -496,7 +496,7 @@ class EPCRecord:
This method will clean the count variables, if empty or invalid
"""
if not self.prepared_epc:
raise ValueError("EPC Recrod doesn not contain epc data")
raise ValueError("EPC Record doesn not contain epc data")
fields = {
"number_of_open_fireplaces": "number-open-fireplaces",