[Python-checkins] r64590 - python/trunk/Doc/reference/compound_stmts.rst

benjamin.peterson python-checkins at python.org
Sun Jun 29 15:43:07 CEST 2008


Author: benjamin.peterson
Date: Sun Jun 29 15:43:07 2008
New Revision: 64590

Log:
reinstate the ending backtick. thanks Nick :)

Modified:
   python/trunk/Doc/reference/compound_stmts.rst

Modified: python/trunk/Doc/reference/compound_stmts.rst
==============================================================================
--- python/trunk/Doc/reference/compound_stmts.rst	(original)
+++ python/trunk/Doc/reference/compound_stmts.rst	Sun Jun 29 15:43:07 2008
@@ -46,7 +46,7 @@
    compound_stmt: `if_stmt`
                 : | `while_stmt`
                 : | `for_stmt`
-                : | `try_stmt
+                : | `try_stmt`
                 : | `with_stmt`
                 : | `funcdef`
                 : | `classdef`


More information about the Python-checkins mailing list