mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Merge pull request #3171 from radarhere/save
Corrected argument name in documentation
This commit is contained in:
		
						commit
						3c032a3809
					
				| 
						 | 
					@ -1880,7 +1880,7 @@ class Image(object):
 | 
				
			||||||
           format to use is determined from the filename extension.
 | 
					           format to use is determined from the filename extension.
 | 
				
			||||||
           If a file object was used instead of a filename, this
 | 
					           If a file object was used instead of a filename, this
 | 
				
			||||||
           parameter should always be used.
 | 
					           parameter should always be used.
 | 
				
			||||||
        :param options: Extra parameters to the image writer.
 | 
					        :param params: Extra parameters to the image writer.
 | 
				
			||||||
        :returns: None
 | 
					        :returns: None
 | 
				
			||||||
        :exception KeyError: If the output format could not be determined
 | 
					        :exception KeyError: If the output format could not be determined
 | 
				
			||||||
           from the file name.  Use the format option to solve this.
 | 
					           from the file name.  Use the format option to solve this.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user