Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e9383a

Browse files
committed
Add a comment to indicate the methods of the StringIO are being discussed...
1 parent 111c20b commit 7e9383a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/lib/libstrio.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ \section{Standard Module \module{StringIO}}
1313
If no string is given, the \class{StringIO} will start empty.
1414
\end{classdesc}
1515

16+
The following methods of \class{StringIO} objects require special
17+
mention:
18+
1619
\begin{methoddesc}{getvalue}{}
1720
Retrieve the entire contents of the ``file'' at any time before the
1821
\class{StringIO} object's \method{close()} method is called.

Doc/libstrio.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ \section{Standard Module \module{StringIO}}
1313
If no string is given, the \class{StringIO} will start empty.
1414
\end{classdesc}
1515

16+
The following methods of \class{StringIO} objects require special
17+
mention:
18+
1619
\begin{methoddesc}{getvalue}{}
1720
Retrieve the entire contents of the ``file'' at any time before the
1821
\class{StringIO} object's \method{close()} method is called.

0 commit comments

Comments
 (0)