]> granicus.if.org Git - python/commitdiff
[Bug #1472084] Fix description of do_tag
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 3 Jun 2006 18:09:41 +0000 (18:09 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 3 Jun 2006 18:09:41 +0000 (18:09 +0000)
Doc/lib/libsgmllib.tex

index 1578313ded9b20eb6af9cf080194d67d3da941f2..3ec101810065cca3c198f7ece0f3aed56db31f57 100644 (file)
@@ -218,8 +218,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}