mirror of https://github.com/python/cpython
reinstate the ending backtick. thanks Nick :)
This commit is contained in:
parent
efc4a3ac17
commit
b7b8bff532
|
@ -46,7 +46,7 @@ Summarizing:
|
||||||
compound_stmt: `if_stmt`
|
compound_stmt: `if_stmt`
|
||||||
: | `while_stmt`
|
: | `while_stmt`
|
||||||
: | `for_stmt`
|
: | `for_stmt`
|
||||||
: | `try_stmt
|
: | `try_stmt`
|
||||||
: | `with_stmt`
|
: | `with_stmt`
|
||||||
: | `funcdef`
|
: | `funcdef`
|
||||||
: | `classdef`
|
: | `classdef`
|
||||||
|
|
Loading…
Reference in New Issue