Issue #18743: Fix references to non-existant "StringIO" module.

This commit is contained in:
Serhiy Storchaka 2013-08-17 00:09:55 +03:00
parent ec34ab5010
commit e79be877df
6 changed files with 8 additions and 8 deletions

View file

@ -55,7 +55,7 @@ instead:
.. function:: parseString(string, parser=None)
Return a :class:`Document` that represents the *string*. This method creates a
:class:`StringIO` object for the string and passes that on to :func:`parse`.
:class:`io.StringIO` object for the string and passes that on to :func:`parse`.
Both functions return a :class:`Document` object representing the content of the
document.