commit | e903aab83331aa828d28620a1b78d5f3a67254a3 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Dec 18 16:28:56 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Dec 18 16:28:56 1997 +0000 |
tree | 6ea9026c926364893a7289ad8f8840efc672fc65 | |
parent | b2c6ef83f4d0f5cc5b92578ae4f2e48e6a5f0eb0 [diff] [blame] |
Replace unprotected tilders by \~ -- an unprotected tilde is a non-breaking space!
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index ac60fe3..55acab4 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex
@@ -150,7 +150,7 @@ \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