]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Tue, 16 Sep 2008 10:17:45 +0000 (10:17 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 16 Sep 2008 10:17:45 +0000 (10:17 +0000)
Doc/tutorial/errors.rst

index e5fb39dad6c9ad067b43cb47e7f62b99712d75ad..1740396567c0d7fa86d07a992ccb3ee6a8d6bded 100644 (file)
@@ -374,7 +374,7 @@ the same :keyword:`try` statement works as of Python 2.5)::
 As you can see, the :keyword:`finally` clause is executed in any event.  The
 :exc:`TypeError` raised by dividing two strings is not handled by the
 :keyword:`except` clause and therefore re-raised after the :keyword:`finally`
-clauses has been executed.
+clause has been executed.
 
 In real world applications, the :keyword:`finally` clause is useful for
 releasing external resources (such as files or network connections), regardless