Fixed typo.
This commit is contained in:
parent
f3715d2fc7
commit
5b8c701eef
|
@ -633,7 +633,7 @@ Text I/O
|
||||||
|
|
||||||
.. class:: StringIO([initial_value[, encoding[, errors[, newline]]]])
|
.. 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,
|
Create a new StringIO stream with an inital value, encoding, error handling,
|
||||||
and newline setting. See :class:`TextIOWrapper`\'s constructor for more
|
and newline setting. See :class:`TextIOWrapper`\'s constructor for more
|
||||||
|
|
Loading…
Reference in New Issue