summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-06-03 18:09:41 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-06-03 18:09:41 (GMT)
commit29d530b3ef17741ec111c999faee5c71e74cf3d1 (patch)
treecdd0a3484e873ae0692df92ea4f53918595b3e5f /Doc
parent5844b12c447bbfb8cadc0fb19a7e196a3ad60f74 (diff)
downloadcpython-29d530b3ef17741ec111c999faee5c71e74cf3d1.zip
cpython-29d530b3ef17741ec111c999faee5c71e74cf3d1.tar.gz
cpython-29d530b3ef17741ec111c999faee5c71e74cf3d1.tar.bz2
[Bug #1472084] Fix description of do_tag
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsgmllib.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libsgmllib.tex b/Doc/lib/libsgmllib.tex
index 1578313..3ec1018 100644
--- a/Doc/lib/libsgmllib.tex
+++ b/Doc/lib/libsgmllib.tex
@@ -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}