mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
(cherry picked from commit cedd2473a9
)
Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
This commit is contained in:
parent
7b5b429ada
commit
bdce188036
4 changed files with 8 additions and 13 deletions
|
@ -50,7 +50,7 @@ PyDoc_STRVAR(textiobase_doc,
|
|||
"\n"
|
||||
"This class provides a character and line based interface to stream\n"
|
||||
"I/O. There is no readinto method because Python's character strings\n"
|
||||
"are immutable. There is no public constructor.\n"
|
||||
"are immutable.\n"
|
||||
);
|
||||
|
||||
static PyObject *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue