From 218ce50d8ecd55604a33b3c8a652d0aff101f529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 19 Feb 2020 08:03:40 +0100 Subject: [PATCH] Typo --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3141200..457b032 100644 --- a/README.md +++ b/README.md @@ -1372,7 +1372,7 @@ except (, ...): except (, ...) as : ``` * **Also catches subclasses of the exception.** -* **Use `'traceback.print_exc()'` to print the the error message.** +* **Use `'traceback.print_exc()'` to print the error message.** ### Raising Exceptions ```python diff --git a/index.html b/index.html index 6a9ea89..b41eaf4 100644 --- a/index.html +++ b/index.html @@ -1294,7 +1294,7 @@ LogicOp = Enum('LogicOp', {'traceback.print_exc()' to print the the error message. +
  • Use 'traceback.print_exc()' to print the error message.
  • Raising Exceptions

    raise <exception>
     raise <exception>()