mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
This commit is contained in:
parent
bfd1edd155
commit
a6bac95a3c
22 changed files with 127 additions and 125 deletions
|
@ -391,8 +391,8 @@ I/O Base Classes
|
|||
:class:`RawIOBase` implementation, but wrap one, like
|
||||
:class:`BufferedWriter` and :class:`BufferedReader` do.
|
||||
|
||||
:class:`BufferedIOBase` provides or overrides these members in addition to
|
||||
those from :class:`IOBase`:
|
||||
:class:`BufferedIOBase` provides or overrides these methods and attribute in
|
||||
addition to those from :class:`IOBase`:
|
||||
|
||||
.. attribute:: raw
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue