diff options
-rw-r--r-- | Doc/lib/libstrio.tex | 3 | ||||
-rw-r--r-- | Doc/libstrio.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libstrio.tex b/Doc/lib/libstrio.tex index 9449dc2..0088ec3 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 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. |