From 1175c3c48c5e83c5dda92307c803626d3f59ead0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 29 Dec 2018 15:39:40 +0100 Subject: [PATCH] Exceptions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70e04b0..98fb865 100644 --- a/README.md +++ b/README.md @@ -809,7 +809,7 @@ while True: break ``` -### Raising Exceptions +#### Raising exception: ```python raise ValueError('A very specific message!') ```