From 8a1efeb3c5d75ab811865e46530b224dacdd10ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 8 Jul 2019 22:48:14 +0200 Subject: [PATCH] Exceptions --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55a0724..e5e7cd8 100644 --- a/README.md +++ b/README.md @@ -1361,7 +1361,7 @@ BaseException +-- ValueError # When an argument is of right type but inappropriate value. +-- UnicodeError # Raised when encoding/decoding strings from/to bytes fails. ``` -* **Appropriate built-in exceptions for user to rise are: 'ValueError', 'TypeError' and 'RuntimeError'..** +* **Appropriate built-in exceptions for user to rise are: 'ValueError', 'TypeError' and 'RuntimeError'.** Print diff --git a/index.html b/index.html index f6a11a5..f072cd3 100644 --- a/index.html +++ b/index.html @@ -1256,7 +1256,7 @@ KeyboardInterrupt +-- UnicodeError # Raised when encoding/decoding strings from/to bytes fails.

#Print

print(<el_1>, ..., sep=' ', end='\n', file=sys.stdout, flush=False)