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
a60de4f1
Commit
a60de4f1
authored
Feb 17, 2013
by
Andrew Svetlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
parent
d0dbb20f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/library/importlib.rst
Doc/library/importlib.rst
+1
-1
Doc/library/io.rst
Doc/library/io.rst
+1
-1
No files found.
Doc/library/importlib.rst
View file @
a60de4f1
...
...
@@ -328,7 +328,7 @@ ABC hierarchy::
..
class
::
FileLoader
(
fullname
,
path
)
An
abstract
base
class
which
inherits
from
:
class
:`
ResourceLoader
`
and
:
class
:`
ExecutionLoader
`,
providing
concre
a
te
implementations
of
:
class
:`
ExecutionLoader
`,
providing
concrete
implementations
of
:
meth
:`
ResourceLoader
.
get_data
`
and
:
meth
:`
ExecutionLoader
.
get_filename
`.
The
*
fullname
*
argument
is
a
fully
resolved
name
of
the
module
the
loader
is
...
...
Doc/library/io.rst
View file @
a60de4f1
...
...
@@ -110,7 +110,7 @@ High-level Module Interface
:func:`os.stat`) if possible.
.. function:: open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True)
.. function:: open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True
, opener=None
)
This is an alias for the builtin :func:`open` function.
...
...
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