mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Replace unprotected tilders by \~ -- an unprotected tilde is a
non-breaking space!
This commit is contained in:
parent
b2c6ef83f4
commit
e903aab833
8 changed files with 8 additions and 8 deletions
|
@ -150,7 +150,7 @@ Implements \code{TOS = `TOS`}.
|
|||
\end{opcodedesc}
|
||||
|
||||
\begin{opcodedesc}{UNARY_INVERT}{}
|
||||
Implements \code{TOS = ~TOS}.
|
||||
Implements \code{TOS = \~TOS}.
|
||||
\end{opcodedesc}
|
||||
|
||||
Binary operations remove the top of the stack (TOS) and the second top-most
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue