mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	Fix Spelling
This commit is contained in:
		@@ -67,7 +67,7 @@ class Config(object):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        try:
 | 
					        try:
 | 
				
			||||||
            # First check if it's file like. If it is, pyyaml can load it.
 | 
					            # First check if it's file like. If it is, pyyaml can load it.
 | 
				
			||||||
            # I'm checking type instead of catching excpetions to keep the
 | 
					            # I'm checking type instead of catching exceptions to keep the
 | 
				
			||||||
            # exception handling simple
 | 
					            # exception handling simple
 | 
				
			||||||
            if hasattr(config_path, 'read'):
 | 
					            if hasattr(config_path, 'read'):
 | 
				
			||||||
                config = yaml.safe_load(config_path)
 | 
					                config = yaml.safe_load(config_path)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user