From bb066cf84149684297d306a708a82f5c276118fb Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 12 May 2004 03:07:27 +0000 Subject: fix various typos; thanks, George Yoshida! (closes SF patch #952047) --- Doc/lib/xmlsaxutils.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/lib/xmlsaxutils.tex') diff --git a/Doc/lib/xmlsaxutils.tex b/Doc/lib/xmlsaxutils.tex index b4c98ff5d2..64221f5951 100644 --- a/Doc/lib/xmlsaxutils.tex +++ b/Doc/lib/xmlsaxutils.tex @@ -41,7 +41,7 @@ either in direct use, or as base classes. content of \var{data}, attempting to avoid encoding any quote characters in the string. If both single- and double-quote characters are already in \var{data}, the double-quote characters - will be encoded and \var{data} will be wrapped in doule-quotes. The + will be encoded and \var{data} will be wrapped in double-quotes. The resulting string can be used directly as an attribute value: \begin{verbatim} -- cgit v1.2.1