Commit bcc48100 authored by Michael Foord's avatar Michael Foord

Remove duplicate period from reference doc

parent 9a4030ee
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment