summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstringio.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-18 21:13:03 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-18 21:13:03 (GMT)
commitcd71aa2a38d9cebd84ba442b714621c65b615a51 (patch)
treed2b9454dd926bcdf61db89adb538a8b0f428f460 /Doc/lib/libstringio.tex
parent2a2f1fe4d51dda509b9854149350e3f63fa6cc45 (diff)
downloadcpython-cd71aa2a38d9cebd84ba442b714621c65b615a51.zip
cpython-cd71aa2a38d9cebd84ba442b714621c65b615a51.tar.gz
cpython-cd71aa2a38d9cebd84ba442b714621c65b615a51.tar.bz2
Use current approach to record documentation author.
Diffstat (limited to 'Doc/lib/libstringio.tex')
-rw-r--r--Doc/lib/libstringio.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/lib/libstringio.tex b/Doc/lib/libstringio.tex
index 0e59e03..c48c28e 100644
--- a/Doc/lib/libstringio.tex
+++ b/Doc/lib/libstringio.tex
@@ -31,12 +31,10 @@ Free the memory buffer.
\section{\module{cStringIO} ---
Faster version of \module{StringIO}, but not subclassable.}
-\declaremodule{builtin}{cStringIO}
+\declaremodule{builtin}{cStringIO}
\modulesynopsis{Faster version of \module{StringIO}, but not subclassable.}
-
-
-% This section was written by Fred L. Drake, Jr. <fdrake@acm.org>
+\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
The module \module{cStringIO} provides an interface similar to that of
the \module{StringIO} module. Heavy use of \class{StringIO.StringIO}