Commit b7b8bff5 authored by Benjamin Peterson's avatar Benjamin Peterson

reinstate the ending backtick. thanks Nick :)

parent efc4a3ac
...@@ -46,7 +46,7 @@ Summarizing: ...@@ -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`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment