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
bcc48100
Commit
bcc48100
authored
Nov 18, 2010
by
Michael Foord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate period from reference doc
parent
9a4030ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/reference/simple_stmts.rst
Doc/reference/simple_stmts.rst
+1
-1
No files found.
Doc/reference/simple_stmts.rst
View file @
bcc48100
...
...
@@ -791,7 +791,7 @@ first form of :keyword:`import`, an alternate local name can be supplied by
specifying
":keyword:`as` localname"
.
If
a
name
is
not
found
,
:
exc
:`
ImportError
`
is
raised
.
If
the
list
of
identifiers
is
replaced
by
a
star
(``
'*'
``),
all
public
names
defined
in
the
module
are
bound
in
the
local
namespace
of
the
:
keyword
:`
import
`
statement
.
.
namespace
of
the
:
keyword
:`
import
`
statement
.
..
index
::
single
:
__all__
(
optional
module
attribute
)
...
...
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