mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #18743: Fix references to non-existant "StringIO" module.
This commit is contained in:
parent
ec34ab5010
commit
e79be877df
6 changed files with 8 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue