mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 07:27:49 +03:00 
			
		
		
		
	Corrected variable name
This commit is contained in:
		
							parent
							
								
									75454646f4
								
							
						
					
					
						commit
						1c2a323a90
					
				|  | @ -728,8 +728,8 @@ def applyTransform( | ||||||
|     different).  The default behavior is to return a new :py:class:`~PIL.Image.Image` |     different).  The default behavior is to return a new :py:class:`~PIL.Image.Image` | ||||||
|     object of the same dimensions in mode ``transform.output_mode``. |     object of the same dimensions in mode ``transform.output_mode``. | ||||||
| 
 | 
 | ||||||
|     :param im: An :py:class:`~PIL.Image.Image` object, and im.mode must be the same |     :param im: An :py:class:`~PIL.Image.Image` object, and ``im.mode`` must be the same | ||||||
|         as the ``inMode`` supported by the transform. |         as the ``input_mode`` supported by the transform. | ||||||
|     :param transform: A valid CmsTransform class object |     :param transform: A valid CmsTransform class object | ||||||
|     :param inPlace: Bool.  If ``True``, ``im`` is modified in place and ``None`` is |     :param inPlace: Bool.  If ``True``, ``im`` is modified in place and ``None`` is | ||||||
|         returned, if ``False``, a new :py:class:`~PIL.Image.Image` object with the |         returned, if ``False``, a new :py:class:`~PIL.Image.Image` object with the | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user