Skip to content

Commit fb959c0

Browse files
author
benjamin.peterson
committed
reinstate the ending backtick. thanks Nick :)
git-svn-id: http://svn.python.org/projects/python/trunk@64590 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 2479cc5 commit fb959c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Summarizing:
4646
compound_stmt: `if_stmt`
4747
: | `while_stmt`
4848
: | `for_stmt`
49-
: | `try_stmt
49+
: | `try_stmt`
5050
: | `with_stmt`
5151
: | `funcdef`
5252
: | `classdef`

0 commit comments

Comments
 (0)