mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Fix sinple typo.
This commit is contained in:
		
							parent
							
								
									4207f78746
								
							
						
					
					
						commit
						5eb520cf1e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -241,7 +241,7 @@ language and built-in functions. | |||
| * PEP 3104: ``nonlocal`` statement.  Using ``nonlocal x`` you can now | ||||
|   assign directly to a variable in an outer (but non-global) scope. | ||||
| 
 | ||||
| * PEP 3105: ``print`` is now a function.  Keyword argumemts | ||||
| * PEP 3105: ``print`` is now a function.  Keyword arguments | ||||
|   ``file=sys.stdout``, ``sep=" "`` and ``end="\n"`` let you customize | ||||
|   it. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum