[Bug #1472084] Fix description of do_tag

This commit is contained in:
Andrew M. Kuchling 2006-06-03 18:09:41 +00:00
parent 5844b12c44
commit 29d530b3ef
1 changed files with 3 additions and 2 deletions

View 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}