diff --git a/journal/logbook.md b/journal/logbook.md index 6c1cb029eb9454dff6a356dff0a505645a4fdf07..31f596628868308dd63419d6ea294902c38e97de 100644 --- a/journal/logbook.md +++ b/journal/logbook.md @@ -103,7 +103,7 @@ In this task, the following steps were perfomed: - If the file is present, the local copy was used instead of re-downloading the data. - Necessary comments were added in the code to explain the logic and purpose of each step: -- Firstly, check if the local CSV file already exists. + - Firstly, check if the local CSV file already exists. - Secondly, if the file does not exist, download it from the official URL and save it locally. - Thirdly,this ensures that the analysis uses a consistent local copy and avoids repeated downloads.