mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix up unescaped tilde; reported by several people.
This commit is contained in:
parent
a8b663806b
commit
f6eafc3fe1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue