]> granicus.if.org Git - python/commitdiff
reinstate the ending backtick. thanks Nick :)
authorBenjamin Peterson <benjamin@python.org>
Sun, 29 Jun 2008 13:43:07 +0000 (13:43 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 29 Jun 2008 13:43:07 +0000 (13:43 +0000)
Doc/reference/compound_stmts.rst

index fc49a480b95e7a5e0b588822272b7bdb80b85cde..b9b568951287eae404a5149302e03fd0f33baf84 100644 (file)
@@ -46,7 +46,7 @@ Summarizing:
    compound_stmt: `if_stmt`
                 : | `while_stmt`
                 : | `for_stmt`
-                : | `try_stmt
+                : | `try_stmt`
                 : | `with_stmt`
                 : | `funcdef`
                 : | `classdef`