mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Remove duplicate period from reference doc
This commit is contained in:
		
							parent
							
								
									9a4030ee75
								
							
						
					
					
						commit
						bcc4810002
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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,
 | 
					specifying ":keyword:`as` localname".  If a name is not found,
 | 
				
			||||||
:exc:`ImportError` is raised.  If the list of identifiers is replaced by a star
 | 
					: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
 | 
					(``'*'``), 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)
 | 
					.. index:: single: __all__ (optional module attribute)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue