mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 18:07:51 +03:00 
			
		
		
		
	Missing backtick
[ci skip]
This commit is contained in:
		
							parent
							
								
									4129c6e0eb
								
							
						
					
					
						commit
						c4b9927b0a
					
				| 
						 | 
				
			
			@ -14,7 +14,7 @@ itself. Such plug-ins usually have names like
 | 
			
		|||
Pillow decodes files in 2 stages:
 | 
			
		||||
 | 
			
		||||
1. It loops over the available image plugins in the loaded order, and
 | 
			
		||||
   calls the plugin's ``accept` function with the first 16 bytes of
 | 
			
		||||
   calls the plugin's ``accept`` function with the first 16 bytes of
 | 
			
		||||
   the file. If the ``accept`` function returns true, the plugin's
 | 
			
		||||
   ``_open`` method is called to set up the image metadata and image
 | 
			
		||||
   tiles. The ``_open`` method is not for decoding the actual image
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user