mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 07:57:27 +03:00 
			
		
		
		
	Improved description of method parameter
This commit is contained in:
		
							parent
							
								
									06895b6fa4
								
							
						
					
					
						commit
						378dbb2f9f
					
				|  | @ -206,7 +206,8 @@ def deform(image, deformer, resample=Image.BILINEAR): | |||
|     :param image: The image to deform. | ||||
|     :param deformer: A deformer object.  Any object that implements a | ||||
|                     **getmesh** method can be used. | ||||
|     :param resample: What resampling filter to use. | ||||
|     :param resample: An optional resampling filter. Same values possible as | ||||
|        in the PIL.Image.transform function. | ||||
|     :return: An image. | ||||
|     """ | ||||
|     return image.transform( | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user