diff options
| author | Fred Drake <fdrake@acm.org> | 1999-02-18 21:13:03 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-02-18 21:13:03 +0000 |
| commit | cd71aa2a38d9cebd84ba442b714621c65b615a51 (patch) | |
| tree | d2b9454dd926bcdf61db89adb538a8b0f428f460 /Doc | |
| parent | 2a2f1fe4d51dda509b9854149350e3f63fa6cc45 (diff) | |
| download | cpython-git-cd71aa2a38d9cebd84ba442b714621c65b615a51.tar.gz | |
Use current approach to record documentation author.
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/lib/libstringio.tex | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/lib/libstringio.tex b/Doc/lib/libstringio.tex index 0e59e03d69..c48c28ec43 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} |
