From: Andrew M. Kuchling Date: Sat, 3 Jun 2006 18:10:03 +0000 (+0000) Subject: [Bug #1472084] Fix description of do_tag X-Git-Tag: v2.4.4c1~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f8833bff8ce70686e9f95fdb6303750f5890be8;p=thirdparty%2FPython%2Fcpython.git [Bug #1472084] Fix description of do_tag --- diff --git a/Doc/lib/libsgmllib.tex b/Doc/lib/libsgmllib.tex index 27bf0b0ff3d4..3489cd7bb8b1 100644 --- a/Doc/lib/libsgmllib.tex +++ b/Doc/lib/libsgmllib.tex @@ -208,8 +208,9 @@ preference over \method{do_\var{tag}()}. The \end{methoddescni} \begin{methoddescni}{do_\var{tag}}{attributes} -This method is called to process an opening tag \var{tag} that does -not come with a matching closing tag. The \var{attributes} argument +This method is called to process an opening tag \var{tag} +for which no \method{start_\var{tag}} method is defined. +The \var{attributes} argument has the same meaning as described for \method{handle_starttag()} above. \end{methoddescni}