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