mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	fix typo
This commit is contained in:
		
				
					committed by
					
						
						Patrick Kanzler
					
				
			
			
				
	
			
			
			
						parent
						
							100c6b5e89
						
					
				
				
					commit
					6e09fd1e97
				
			@@ -47,7 +47,7 @@ PROFILES = CAPABILITIES['profiles']
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NotSupported(Exception):
 | 
			
		||||
    """Raised if a requested feature is not suppored by the
 | 
			
		||||
    """Raised if a requested feature is not supported by the
 | 
			
		||||
    printer profile.
 | 
			
		||||
    """
 | 
			
		||||
    pass
 | 
			
		||||
@@ -90,7 +90,7 @@ class BaseProfile(object):
 | 
			
		||||
        return self.features.get(feature)
 | 
			
		||||
 | 
			
		||||
    def get_code_pages(self):
 | 
			
		||||
        """Return the support code pages as a {name: index} dict.
 | 
			
		||||
        """Return the support code pages as a ``{name: index}`` dict.
 | 
			
		||||
        """
 | 
			
		||||
        return {v: k for k, v in self.codePages.items()}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user