From 971fd46f9804f439ee38691e9f78df5da7dfa3ef Mon Sep 17 00:00:00 2001 From: razorblade23 <81590614+razorblade23@users.noreply.github.com> Date: Sun, 23 Aug 2026 14:22:13 +0200 Subject: [PATCH] Fixed a typo in front matter tag --- curriculum/04-python-foundations/04-loops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/04-python-foundations/04-loops.md b/curriculum/04-python-foundations/04-loops.md index c8abbb8..4489eab 100644 --- a/curriculum/04-python-foundations/04-loops.md +++ b/curriculum/04-python-foundations/04-loops.md @@ -4,7 +4,7 @@ title: Loops sidebar_label: Loops sidebar_position: 4 lesson: true -IsDraft: true +isDraft: true --- # Loops