From: Fred Drake Date: Thu, 22 Apr 1999 20:55:59 +0000 (+0000) Subject: Work around LaTeX2HTML comment-handling bug. X-Git-Tag: v1.6a1~1506 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcf94d4edd40b99c08e62c0558f2e3fe994683c0;p=thirdparty%2FPython%2Fcpython.git Work around LaTeX2HTML comment-handling bug. --- diff --git a/Doc/lib/libmpz.tex b/Doc/lib/libmpz.tex index 7e82c8bfd875..f0d2d6b152f2 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