Browse Source

[DATALAD] Recorded changes

Daniel Busch 4 months ago
parent
commit
849d7222f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/faostat_data_primap/exceptions.py

+ 1 - 1
src/faostat_data_primap/exceptions.py

@@ -18,5 +18,5 @@ class DateTagNotFoundError(Exception):
         url
             Link to download domain page
         """
-        msg = f"Tag for date lat updated was not found on page with url {url}."
+        msg = f"Tag for date last updated was not found on page with url {url}."
         super().__init__(msg)