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
8f2b665d
Commit
8f2b665d
authored
Apr 05, 2009
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo #5687
parent
bd35b035
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Modules/_io/_iomodule.c
Modules/_io/_iomodule.c
+1
-1
No files found.
Modules/_io/_iomodule.c
View file @
8f2b665d
...
...
@@ -60,7 +60,7 @@ PyDoc_STRVAR(module_doc,
"allowed to throw an IOError if they do not support a given operation.
\n
"
"
\n
"
"Extending IOBase is RawIOBase which deals simply with the reading and
\n
"
"writing of raw bytes to a stream. FileIO subc
lasses RawIOBase to provide
\n
"
"writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide
\n
"
"an interface to OS files.
\n
"
"
\n
"
"BufferedIOBase deals with buffering on a raw byte stream (RawIOBase). Its
\n
"
...
...
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