From: Fred Drake Date: Mon, 18 Mar 2002 16:47:35 +0000 (+0000) Subject: Fix up unescaped tilde; reported by several people. X-Git-Tag: v2.2.1c1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c3ea5d7a5b757da625abf15d0499a80a50dd99e;p=thirdparty%2FPython%2Fcpython.git Fix up unescaped tilde; reported by several people. --- diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 8101cb946532..fb8e3ddb9a3c 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -629,7 +629,7 @@ All unary arithmetic (and bit-wise) operations have the same priority: \begin{productionlist} \production{u_expr} {\token{power} | "-" \token{u_expr} - | "+" \token{u_expr} | "~" \token{u_expr}} + | "+" \token{u_expr} | "{\~}" \token{u_expr}} \end{productionlist} The unary \code{-} (minus) operator yields the negation of its