From: Benjamin Peterson Date: Sun, 29 Jun 2008 13:43:07 +0000 (+0000) Subject: reinstate the ending backtick. thanks Nick :) X-Git-Tag: v2.6b2~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7b8bff532d6bc4f09199660a41d0400a9776107;p=thirdparty%2FPython%2Fcpython.git reinstate the ending backtick. thanks Nick :) --- diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index fc49a480b95e..b9b568951287 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -46,7 +46,7 @@ Summarizing: compound_stmt: `if_stmt` : | `while_stmt` : | `for_stmt` - : | `try_stmt + : | `try_stmt` : | `with_stmt` : | `funcdef` : | `classdef`