summaryrefslogtreecommitdiffstats
path: root/Doc/libstrio.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-11 18:05:24 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-11 18:05:24 (GMT)
commit7e9383ab59614ea0125c954f4be1faa38f6d7e39 (patch)
tree1183138a476ce74e411f4ea8b621f7cf268fa1a2 /Doc/libstrio.tex
parent111c20b992e523dd094d9b3c459aa21eb2778cea (diff)
downloadcpython-7e9383ab59614ea0125c954f4be1faa38f6d7e39.zip
cpython-7e9383ab59614ea0125c954f4be1faa38f6d7e39.tar.gz
cpython-7e9383ab59614ea0125c954f4be1faa38f6d7e39.tar.bz2
Add a comment to indicate the methods of the StringIO are being discussed...
Diffstat (limited to 'Doc/libstrio.tex')
-rw-r--r--Doc/libstrio.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/libstrio.tex b/Doc/libstrio.tex
index 9449dc2..0088ec3 100644
--- a/Doc/libstrio.tex
+++ b/Doc/libstrio.tex
@@ -13,6 +13,9 @@ to an existing string by passing the string to the constructor.
If no string is given, the \class{StringIO} will start empty.
\end{classdesc}
+The following methods of \class{StringIO} objects require special
+mention:
+
\begin{methoddesc}{getvalue}{}
Retrieve the entire contents of the ``file'' at any time before the
\class{StringIO} object's \method{close()} method is called.