From: Fred Drake Date: Sat, 11 Apr 1998 18:05:24 +0000 (+0000) Subject: Add a comment to indicate the methods of the StringIO are being discussed... X-Git-Tag: v1.5.1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e9383ab59614ea0125c954f4be1faa38f6d7e39;p=python Add a comment to indicate the methods of the StringIO are being discussed... --- diff --git a/Doc/lib/libstrio.tex b/Doc/lib/libstrio.tex index 9449dc23d6..0088ec32df 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 9449dc23d6..0088ec32df 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.