From b7b8bff532d6bc4f09199660a41d0400a9776107 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 29 Jun 2008 13:43:07 +0000 Subject: [PATCH] reinstate the ending backtick. thanks Nick :) --- Doc/reference/compound_stmts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index fc49a480b9..b9b5689512 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` -- 2.50.0