From 837019f808f262083b9a2b4411448b90d4ff58fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 29 Dec 2018 15:36:02 +0100 Subject: [PATCH] Finally --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 50aa6ea..493d916 100644 --- a/README.md +++ b/README.md @@ -820,7 +820,6 @@ raise ValueError('A very specific message!') ... raise KeyboardInterrupt ... finally: ... print('Goodbye, world!') -... Goodbye, world! Traceback (most recent call last): File "", line 2, in