diff options
author | Fred Drake <fdrake@acm.org> | 2002-03-16 06:35:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-03-16 06:35:54 (GMT) |
commit | 83d14c12a6f30a612f8bb1306ad88252342124f9 (patch) | |
tree | 98b4dffaacfb92b12edb881242b93708b58ac1ad /Doc/ref/ref5.tex | |
parent | f275803fe9839218afec165a51d0e7217964d248 (diff) | |
download | cpython-83d14c12a6f30a612f8bb1306ad88252342124f9.zip cpython-83d14c12a6f30a612f8bb1306ad88252342124f9.tar.gz cpython-83d14c12a6f30a612f8bb1306ad88252342124f9.tar.bz2 |
Markup error: braces not properly marked in dictionary display
grammer productions.
Fixes SF bug #520959.
Diffstat (limited to 'Doc/ref/ref5.tex')
-rw-r--r-- | Doc/ref/ref5.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 6005f51..8101cb9 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -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} |