]> granicus.if.org Git - python/commitdiff
Add a comment to indicate the methods of the StringIO are being discussed...
authorFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 18:05:24 +0000 (18:05 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 18:05:24 +0000 (18:05 +0000)
Doc/lib/libstrio.tex
Doc/libstrio.tex

index 9449dc23d68b63d934275d9fbeeba620c41b1af9..0088ec32dfcc71e0a4a36037e3d28962a81a3fac 100644 (file)
@@ -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.
index 9449dc23d68b63d934275d9fbeeba620c41b1af9..0088ec32dfcc71e0a4a36037e3d28962a81a3fac 100644 (file)
@@ -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.