summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmpz.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-22 20:55:59 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-22 20:55:59 (GMT)
commitfcf94d4edd40b99c08e62c0558f2e3fe994683c0 (patch)
treee2063ca666b00d9d71b1c7e57ab01be3d768c6e5 /Doc/lib/libmpz.tex
parent4a406c619bbb522086a016aee4579fd3c95ae1e9 (diff)
downloadcpython-fcf94d4edd40b99c08e62c0558f2e3fe994683c0.zip
cpython-fcf94d4edd40b99c08e62c0558f2e3fe994683c0.tar.gz
cpython-fcf94d4edd40b99c08e62c0558f2e3fe994683c0.tar.bz2
Work around LaTeX2HTML comment-handling bug.
Diffstat (limited to 'Doc/lib/libmpz.tex')
-rw-r--r--Doc/lib/libmpz.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libmpz.tex b/Doc/lib/libmpz.tex
index 7e82c8b..f0d2d6b 100644
--- a/Doc/lib/libmpz.tex
+++ b/Doc/lib/libmpz.tex
@@ -20,8 +20,8 @@ arithmetic routines. Only the interfaces to the \emph{integer}
otherwise, the description in the GNU MP documentation can be applied.
Support for rational numbers\index{rational numbers} can be
-implemented in Python. For an example, see the \module{Rat}%
-\withsubitem{(demo module)}{\ttindex{Rat}} module, provided as
+implemented in Python. For an example, see the
+\module{Rat}\withsubitem{(demo module)}{\ttindex{Rat}} module, provided as
\file{Demos/classes/Rat.py} in the Python source distribution.
In general, \dfn{mpz}-numbers can be used just like other standard