mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Use \moduleauthor and \sectionauthor instead of a comment to credit
the author (just happened to notice this one).
This commit is contained in:
parent
7be0cde3a0
commit
191f2857f5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
\section{\module{xmllib} ---
|
||||
A parser for XML documents.}
|
||||
% Author: Sjoerd Mullender
|
||||
\declaremodule{standard}{xmllib}
|
||||
\moduleauthor{Sjoerd Mullender}{Sjoerd.Mullender@cwi.nl}
|
||||
\sectionauthor{Sjoerd Mullender}{Sjoerd.Mullender@cwi.nl}
|
||||
|
||||
\modulesynopsis{A parser for XML documents.}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue