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

Skip to content

Commit bc961e5

Browse files
author
Skip Montanaro
committed
add a statement identifying StringI and StringO objects.
1 parent eb2f061 commit bc961e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/lib/libstringio.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ \section{\module{cStringIO} ---
6262
Another difference from the \refmodule{StringIO} module is that calling
6363
\function{StringIO()} with a string parameter creates a read-only object.
6464
Unlike an object created without a string parameter, it does not have
65-
write methods.
65+
write methods. These objects are not generally visible. They turn up in
66+
tracebacks as \class{StringI} and \class{StringO}.
6667

6768
The following data objects are provided as well:
6869

0 commit comments

Comments
 (0)