Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd71aa2

Browse files
committed
Use current approach to record documentation author.
1 parent 2a2f1fe commit cd71aa2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/lib/libstringio.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ \section{\module{StringIO} ---
3131

3232
\section{\module{cStringIO} ---
3333
Faster version of \module{StringIO}, but not subclassable.}
34-
\declaremodule{builtin}{cStringIO}
3534

35+
\declaremodule{builtin}{cStringIO}
3636
\modulesynopsis{Faster version of \module{StringIO}, but not subclassable.}
37-
38-
39-
% This section was written by Fred L. Drake, Jr. <[email protected]>
37+
\sectionauthor{Fred L. Drake, Jr.}{[email protected]}
4038

4139
The module \module{cStringIO} provides an interface similar to that of
4240
the \module{StringIO} module. Heavy use of \class{StringIO.StringIO}

0 commit comments

Comments
 (0)