From 7e9383ab59614ea0125c954f4be1faa38f6d7e39 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 11 Apr 1998 18:05:24 +0000 Subject: [PATCH] Add a comment to indicate the methods of the StringIO are being discussed... --- Doc/lib/libstrio.tex | 3 +++ Doc/libstrio.tex | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Doc/lib/libstrio.tex b/Doc/lib/libstrio.tex index 9449dc23d68..0088ec32dfc 100644 --- a/Doc/lib/libstrio.tex +++ b/Doc/lib/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. diff --git a/Doc/libstrio.tex b/Doc/libstrio.tex index 9449dc23d68..0088ec32dfc 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.