]> granicus.if.org Git - python/commitdiff
Fix up unescaped tilde; reported by several people.
authorFred Drake <fdrake@acm.org>
Mon, 18 Mar 2002 16:47:14 +0000 (16:47 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 18 Mar 2002 16:47:14 +0000 (16:47 +0000)
Doc/ref/ref5.tex

index 8101cb9465322b1c5b688f178757b4f4f3e92209..fb8e3ddb9a3c4075aca12be2f196781ae70ffd4d 100644 (file)
@@ -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