[Python-checkins] cpython (2.7): fix typo; thanks to Dmitry Northerner from docs@

sandro.tosi python-checkins at python.org
Sun Jan 27 00:24:27 CET 2013


http://hg.python.org/cpython/rev/43084fa2577c
changeset:   81765:43084fa2577c
branch:      2.7
parent:      81757:523f309cf558
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Jan 27 00:22:33 2013 +0100
summary:
  fix typo; thanks to Dmitry Northerner from docs@

files:
  Doc/reference/compound_stmts.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -294,7 +294,7 @@
 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:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list