From: Michael Foord Date: Thu, 18 Nov 2010 11:02:50 +0000 (+0000) Subject: Remove duplicate period from reference doc X-Git-Tag: v3.2b1~346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcc481000296a2227600ee59e92f0f78f541a32d;p=python Remove duplicate period from reference doc --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 7de9c0eeb4..d89b147064 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -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)