Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b47aace4
Commit
b47aace4
authored
Apr 09, 2008
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zap the last of the class.method typos in io docs
parent
ddee3081
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/io.rst
Doc/library/io.rst
+2
-2
No files found.
Doc/library/io.rst
View file @
b47aace4
...
@@ -248,14 +248,14 @@ I/O Base Classes
...
@@ -248,14 +248,14 @@ I/O Base Classes
RawIOBase provides or overrides these methods in addition to those from
RawIOBase provides or overrides these methods in addition to those from
:class:`IOBase`:
:class:`IOBase`:
.. method::
RawIOBase.
read([n])
.. method:: read([n])
Read and return all bytes from the stream until EOF, or if *n* is
Read and return all bytes from the stream until EOF, or if *n* is
specified, up to *n* bytes. An empty bytes object is returned on EOF;
specified, up to *n* bytes. An empty bytes object is returned on EOF;
``None`` is returned if the object is set not to block and has no data to
``None`` is returned if the object is set not to block and has no data to
read.
read.
.. method::
RawIOBase.
readall()
.. method:: readall()
Read and return all bytes from the stream until EOF.
Read and return all bytes from the stream until EOF.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment