Replace unprotected tilders by \~ -- an unprotected tilde is a

non-breaking space!
This commit is contained in:
Guido van Rossum 1997-12-18 16:28:56 +00:00
parent b2c6ef83f4
commit e903aab833
8 changed files with 8 additions and 8 deletions

View file

@ -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