diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-11 18:05:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-11 18:05:24 (GMT) |
commit | 7e9383ab59614ea0125c954f4be1faa38f6d7e39 (patch) | |
tree | 1183138a476ce74e411f4ea8b621f7cf268fa1a2 | |
parent | 111c20b992e523dd094d9b3c459aa21eb2778cea (diff) | |
download | cpython-7e9383ab59614ea0125c954f4be1faa38f6d7e39.zip cpython-7e9383ab59614ea0125c954f4be1faa38f6d7e39.tar.gz cpython-7e9383ab59614ea0125c954f4be1faa38f6d7e39.tar.bz2 |
Add a comment to indicate the methods of the StringIO are being discussed...
-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. |