]> granicus.if.org Git - python/commitdiff
Change some wording to make this work with PDF generation -- using a PDF
authorFred Drake <fdrake@acm.org>
Mon, 22 Jan 2001 19:06:20 +0000 (19:06 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 22 Jan 2001 19:06:20 +0000 (19:06 +0000)
hyperlink at the start of the paragraph confused pdflatex; it saw the
link start while still in vertical mode, which is not allowed.  Including
text before the link forces horizontal mode.

Doc/lib/xmldomminidom.tex

index 055711305e084d5f8b8c3eb4d39881907e0863c7..9d4f3b6fff33fffc5cede843e612d14400d13d60 100644 (file)
@@ -214,8 +214,9 @@ handleSlideshow(dom)
 
 \subsection{minidom and the DOM standard \label{minidom-and-dom}}
 
-\refmodule{xml.dom.minidom} is basically a DOM 1.0-compatible DOM with
-some DOM 2 features (primarily namespace features). 
+The \refmodule{xml.dom.minidom} module is essentially a DOM
+1.0-compatible DOM with some DOM 2 features (primarily namespace
+features).
 
 Usage of the DOM interface in Python is straight-forward.  The
 following mapping rules apply: