mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
This commit is contained in:
parent
d168c728f7
commit
cedd2473a9
4 changed files with 8 additions and 13 deletions
|
@ -34,8 +34,7 @@ typedef struct {
|
|||
} iobase;
|
||||
|
||||
PyDoc_STRVAR(iobase_doc,
|
||||
"The abstract base class for all I/O classes, acting on streams of\n"
|
||||
"bytes. There is no public constructor.\n"
|
||||
"The abstract base class for all I/O classes.\n"
|
||||
"\n"
|
||||
"This class provides dummy implementations for many methods that\n"
|
||||
"derived classes can override selectively; the default implementations\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue