summaryrefslogtreecommitdiffstats
path: root/Doc/libtypes.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-18 16:28:56 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-18 16:28:56 (GMT)
commite903aab83331aa828d28620a1b78d5f3a67254a3 (patch)
tree6ea9026c926364893a7289ad8f8840efc672fc65 /Doc/libtypes.tex
parentb2c6ef83f4d0f5cc5b92578ae4f2e48e6a5f0eb0 (diff)
downloadcpython-e903aab83331aa828d28620a1b78d5f3a67254a3.zip
cpython-e903aab83331aa828d28620a1b78d5f3a67254a3.tar.gz
cpython-e903aab83331aa828d28620a1b78d5f3a67254a3.tar.bz2
Replace unprotected tilders by \~ -- an unprotected tilde is a
non-breaking space!
Diffstat (limited to 'Doc/libtypes.tex')
-rw-r--r--Doc/libtypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libtypes.tex b/Doc/libtypes.tex
index 70a619f..fe727e3 100644
--- a/Doc/libtypes.tex
+++ b/Doc/libtypes.tex
@@ -260,7 +260,7 @@ number of bits that no overflow occurs during the operation).
The priorities of the binary bit-wise operations are all lower than
the numeric operations and higher than the comparisons; the unary
-operation \samp{~} has the same priority as the other unary numeric
+operation \samp{\~} has the same priority as the other unary numeric
operations (\samp{+} and \samp{-}).
This table lists the bit-string operations sorted in ascending