Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcc4810

Browse files
author
Michael Foord
committed
Remove duplicate period from reference doc
1 parent 9a4030e commit bcc4810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/simple_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ first form of :keyword:`import`, an alternate local name can be supplied by
791791
specifying ":keyword:`as` localname". If a name is not found,
792792
:exc:`ImportError` is raised. If the list of identifiers is replaced by a star
793793
(``'*'``), all public names defined in the module are bound in the local
794-
namespace of the :keyword:`import` statement..
794+
namespace of the :keyword:`import` statement.
795795

796796
.. index:: single: __all__ (optional module attribute)
797797

0 commit comments

Comments
 (0)