From 120b8a5ea41946c53a9760daa613e9a4a92837cc Mon Sep 17 00:00:00 2001
From: Dominik Zobel <zobel@dkrz.de>
Date: Wed, 15 May 2024 11:33:00 +0200
Subject: [PATCH] Fix commit for isodate and adjust wording for debugging
 exercise

---
 exercises/debugging-strategies.qmd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/exercises/debugging-strategies.qmd b/exercises/debugging-strategies.qmd
index 0b62253..f6f05b0 100644
--- a/exercises/debugging-strategies.qmd
+++ b/exercises/debugging-strategies.qmd
@@ -5,12 +5,12 @@ title: "Debugging strategies"
 ### 1. Approach on locating Python bugs
 
 _The tasks should be done using the test repository <https://github.com/gweis/isodate>,
-specifically commit 8856fdf0 (HEAD of `master` branch at the moment of writing this)._
+specifically version `v0.6.1` (commit `4f36d7e6f`)._
 
 _It is a Python library to parse date and times according to the ISO 8601 standard.
-Although it works great in many use cases, there are some documented bugs in the code.
+Although it works great in many use cases, there are some documented bugs in the code for former versions.
 But the linked repository was not chosen to cast a bad light on it in any way.
-In fact, it does a good job providing tests and stating which problems still occur in the code._
+In fact, it does a good job providing tests and stating which problems occured in the code._
 
 **Tasks**
 
-- 
GitLab