[Python-checkins] r86509 - python/branches/py3k/Doc/reference/simple_stmts.rst

michael.foord python-checkins at python.org
Thu Nov 18 12:02:50 CET 2010


Author: michael.foord
Date: Thu Nov 18 12:02:50 2010
New Revision: 86509

Log:
Remove duplicate period from reference doc

Modified:
   python/branches/py3k/Doc/reference/simple_stmts.rst

Modified: python/branches/py3k/Doc/reference/simple_stmts.rst
==============================================================================
--- python/branches/py3k/Doc/reference/simple_stmts.rst	(original)
+++ python/branches/py3k/Doc/reference/simple_stmts.rst	Thu Nov 18 12:02:50 2010
@@ -791,7 +791,7 @@
 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)
 


More information about the Python-checkins mailing list