Commit f6eafc3f authored by Fred Drake's avatar Fred Drake

Fix up unescaped tilde; reported by several people.

parent a8b66380
......@@ -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
......
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