[Python-checkins] r46612 - python/trunk/Doc/lib/libsgmllib.tex

andrew.kuchling python-checkins at python.org
Sat Jun 3 20:09:44 CEST 2006


Author: andrew.kuchling
Date: Sat Jun  3 20:09:41 2006
New Revision: 46612

Modified:
   python/trunk/Doc/lib/libsgmllib.tex
Log:
[Bug #1472084] Fix description of do_tag

Modified: python/trunk/Doc/lib/libsgmllib.tex
==============================================================================
--- python/trunk/Doc/lib/libsgmllib.tex	(original)
+++ python/trunk/Doc/lib/libsgmllib.tex	Sat Jun  3 20:09:41 2006
@@ -218,8 +218,9 @@
 \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}
 


More information about the Python-checkins mailing list