Commit 83d14c12 authored by Fred Drake's avatar Fred Drake

Markup error: braces not properly marked in dictionary display

grammer productions.
Fixes SF bug #520959.
parent f275803f
......@@ -211,7 +211,7 @@ enclosed in curly braces:
\begin{productionlist}
\production{dict_display}
{"{" [\token{key_datum_list}] "}"}
{"\{" [\token{key_datum_list}] "\}"}
\production{key_datum_list}
{\token{key_datum} ("," \token{key_datum})* [","]}
\production{key_datum}
......
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