mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Markup error: braces not properly marked in dictionary display
grammer productions. Fixes SF bug #520959.
This commit is contained in:
parent
f275803fe9
commit
83d14c12a6
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue