Skip to content

Commit 6a20f85

Browse files
author
georg.brandl
committed
Fix typo.
git-svn-id: http://svn.python.org/projects/python/trunk@66483 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 600d95d commit 6a20f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/errors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ the same :keyword:`try` statement works as of Python 2.5)::
374374
As you can see, the :keyword:`finally` clause is executed in any event. The
375375
:exc:`TypeError` raised by dividing two strings is not handled by the
376376
:keyword:`except` clause and therefore re-raised after the :keyword:`finally`
377-
clauses has been executed.
377+
clause has been executed.
378378

379379
In real world applications, the :keyword:`finally` clause is useful for
380380
releasing external resources (such as files or network connections), regardless

0 commit comments

Comments
 (0)