diff --git a/content/feed/2024.md b/content/feed/2024.md index 73e3e3f..632bf5f 100644 --- a/content/feed/2024.md +++ b/content/feed/2024.md @@ -13,7 +13,7 @@ images: ### November 10 -#### [Python **finally** gotchas][25] +#### [Python's finally gotchas][25] Python core developer Irit Katriel recently shared a short piece discussing a few gotchas with Python's `finally` statement. I don't think I've ever seen `continue`, `break`, or