mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Fix typo.
This commit is contained in:
		
							parent
							
								
									099bd524a4
								
							
						
					
					
						commit
						21f9fce968
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -4365,7 +4365,7 @@ s
 | 
			
		|||
 | 
			
		||||
Generators are a simple and powerful tool for creating iterators.  They are
 | 
			
		||||
written like regular functions but use the \keyword{yield} statement whenever
 | 
			
		||||
they want to return data.  Each time the \method{next()} is called, the
 | 
			
		||||
they want to return data.  Each time \method{next()} is called, the
 | 
			
		||||
generator resumes where it left-off (it remembers all the data values and
 | 
			
		||||
which statement was last executed).  An example shows that generators can
 | 
			
		||||
be trivially easy to create:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -416,7 +416,7 @@ Library
 | 
			
		|||
  interpreter shutdown with another exception from attempting to handle the
 | 
			
		||||
  original exception.
 | 
			
		||||
 | 
			
		||||
- Added Decimal.py per PEP 327.
 | 
			
		||||
- Added decimal.py per PEP 327.
 | 
			
		||||
 | 
			
		||||
- Bug #981299: rsync is now a recognized protocol in urlparse that uses a
 | 
			
		||||
  "netloc" portion of a URL.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue