]> granicus.if.org Git - python/commitdiff
Remove duplicate period from reference doc
authorMichael Foord <fuzzyman@voidspace.org.uk>
Thu, 18 Nov 2010 11:02:50 +0000 (11:02 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Thu, 18 Nov 2010 11:02:50 +0000 (11:02 +0000)
Doc/reference/simple_stmts.rst

index 7de9c0eeb4fb93ad51cfdda4bde6dbffa8588f31..d89b1470645701f2666857e0cb9be37fd6d24b22 100644 (file)
@@ -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)