mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
[Bug #1472084] Fix description of do_tag
This commit is contained in:
parent
5844b12c44
commit
29d530b3ef
1 changed files with 3 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue