mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Fixed typo
This commit is contained in:
		
							parent
							
								
									fdbd719da4
								
							
						
					
					
						commit
						3a70f4b8fc
					
				| 
						 | 
					@ -219,7 +219,7 @@ match(PyObject *self, PyObject* args)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Return a list of the coordinates of all turned on pixels in an image.
 | 
					/* Return a list of the coordinates of all turned on pixels in an image.
 | 
				
			||||||
   May be used to extract features after a sequence of MorphOp's were applied.
 | 
					   May be used to extract features after a sequence of MorphOps were applied.
 | 
				
			||||||
   This is faster than match as only 1x1 lookup is made.
 | 
					   This is faster than match as only 1x1 lookup is made.
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
static PyObject*
 | 
					static PyObject*
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user