summaryrefslogtreecommitdiffstats
path: root/Doc/library/stringio.rst
diff options
context:
space:
mode:
authorMark Summerfield <list@qtrac.plus.com>2007-08-30 15:03:03 (GMT)
committerMark Summerfield <list@qtrac.plus.com>2007-08-30 15:03:03 (GMT)
commit7f626f4c349cc2b27e227c39d0410a8d07912458 (patch)
treeb6ab95214eb55d9e87f45a14a7b246e4fad2b7d7 /Doc/library/stringio.rst
parent0226d857377abf6826571b618d05ae94d5f9a6b0 (diff)
downloadcpython-7f626f4c349cc2b27e227c39d0410a8d07912458.zip
cpython-7f626f4c349cc2b27e227c39d0410a8d07912458.tar.gz
cpython-7f626f4c349cc2b27e227c39d0410a8d07912458.tar.bz2
Added more cross-references.
Diffstat (limited to 'Doc/library/stringio.rst')
-rw-r--r--Doc/library/stringio.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/stringio.rst b/Doc/library/stringio.rst
index 9e2f0da..4736fc3 100644
--- a/Doc/library/stringio.rst
+++ b/Doc/library/stringio.rst
@@ -8,7 +8,8 @@
This module implements a file-like class, :class:`StringIO`, that reads and
writes a string buffer (also known as *memory files*). See the description of
-file objects for operations (section :ref:`bltin-file-objects`).
+file objects for operations (section :ref:`bltin-file-objects`). (For
+standard strings, see :class:`str` and :class:`unicode`.)
.. class:: StringIO([buffer])