From bd675c6518aaede1a12e275e164200e491f91aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 8 Jul 2019 22:47:39 +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 fe9bb3d..80bb754 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 to be risen by the user 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 7b1e401..4497414 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)