]> granicus.if.org Git - python/commitdiff
fix typo; thanks to Dmitry Northerner from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 26 Jan 2013 23:22:33 +0000 (00:22 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 26 Jan 2013 23:22:33 +0000 (00:22 +0100)
Doc/reference/compound_stmts.rst

index 4a616eb7a9b5fe27a87cf55263f1749773890128..7b6c3e222462a760f1b37af4866959fcf9b5ddf0 100644 (file)
@@ -294,7 +294,7 @@ not handled, the exception is temporarily saved. The :keyword:`finally` clause
 is executed.  If there is a saved exception, it is re-raised at the end of the
 :keyword:`finally` clause. If the :keyword:`finally` clause raises another
 exception or executes a :keyword:`return` or :keyword:`break` statement, the
-saved exception is dicarded::
+saved exception is discarded::
 
     def f():
         try: