mirror of
https://github.com/python/cpython.git
synced 2026-05-03 00:58:30 +00:00
Fixed typo.
This commit is contained in:
parent
f3715d2fc7
commit
5b8c701eef
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ Text I/O
|
|||
|
||||
.. class:: StringIO([initial_value[, encoding[, errors[, newline]]]])
|
||||
|
||||
An in-memory stream for text. It in inherits :class:`TextIOWrapper`.
|
||||
An in-memory stream for text. It inherits :class:`TextIOWrapper`.
|
||||
|
||||
Create a new StringIO stream with an inital value, encoding, error handling,
|
||||
and newline setting. See :class:`TextIOWrapper`\'s constructor for more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue