소스 검색

[DATALAD] Recorded changes

Daniel Busch 4 달 전
부모
커밋
585f542d3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)