We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600d95d commit 6a20f85Copy full SHA for 6a20f85
Doc/tutorial/errors.rst
@@ -374,7 +374,7 @@ the same :keyword:`try` statement works as of Python 2.5)::
374
As you can see, the :keyword:`finally` clause is executed in any event. The
375
:exc:`TypeError` raised by dividing two strings is not handled by the
376
:keyword:`except` clause and therefore re-raised after the :keyword:`finally`
377
-clauses has been executed.
+clause has been executed.
378
379
In real world applications, the :keyword:`finally` clause is useful for
380
releasing external resources (such as files or network connections), regardless
0 commit comments