From: Neal Norwitz Date: Tue, 28 Feb 2006 17:46:48 +0000 (+0000) Subject: George Yoshida points out that the special characters X-Git-Tag: v2.5a0~488 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77e42fff31a2864178ee04e54af1e4476c555dce;p=thirdparty%2FPython%2Fcpython.git George Yoshida points out that the special characters from Tools/compiler/ast.txt are not used anywhere else in asttable.txt. So remove "\&". --- diff --git a/Doc/lib/asttable.tex b/Doc/lib/asttable.tex index be5482d05e52..abba0da12fb4 100644 --- a/Doc/lib/asttable.tex +++ b/Doc/lib/asttable.tex @@ -273,7 +273,7 @@ \hline \lineiii{With}{\member{expr}}{} -\lineiii{}{\member{vars\&}}{} +\lineiii{}{\member{vars}}{} \lineiii{}{\member{body}}{} \hline