reinstate the ending backtick. thanks Nick :)

This commit is contained in:
Benjamin Peterson 2008-06-29 13:43:07 +00:00
parent efc4a3ac17
commit b7b8bff532
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Summarizing:
compound_stmt: `if_stmt`
: | `while_stmt`
: | `for_stmt`
: | `try_stmt
: | `try_stmt`
: | `with_stmt`
: | `funcdef`
: | `classdef`