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(<el_1>, ..., sep=' ', end='\n', file=sys.stdout, flush=False)