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
119cda0f
Commit
119cda0f
authored
Dec 15, 2010
by
Éric Araujo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark up one missed None in pkgutil.rst (#8851)
parent
07a605b1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/pkgutil.rst
Doc/library/pkgutil.rst
+2
-2
No files found.
Doc/library/pkgutil.rst
View file @
119cda0f
...
...
@@ -77,8 +77,8 @@ support.
newly
created
by
a
path
hook
.
If
there
is
no
importer
,
a
wrapper
around
the
basic
import
machinery
is
returned
.
This
wrapper
is
never
inserted
into
the
importer
cache
(
None
is
inserted
instead
).
returned
.
This
wrapper
is
never
inserted
into
the
importer
cache
(
``
None
``
i
s
i
nserted
instead
).
The
cache
(
or
part
of
it
)
can
be
cleared
manually
if
a
rescan
of
:
data
:`
sys
.
path_hooks
`
is
necessary
.
...
...
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