fix: typo on formatter 'webvtt'
This commit is contained in:
		
							parent
							
								
									904acaf153
								
							
						
					
					
						commit
						5613b9ec6c
					
				|  | @ -140,7 +140,7 @@ class FormatterLoader(object): | ||||||
|         'json': JSONFormatter, |         'json': JSONFormatter, | ||||||
|         'pretty': PrettyPrintFormatter, |         'pretty': PrettyPrintFormatter, | ||||||
|         'text': TextFormatter, |         'text': TextFormatter, | ||||||
|         'webvvt': WebVTTFormatter, |         'webvtt': WebVTTFormatter, | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     class UnknownFormatterType(Exception): |     class UnknownFormatterType(Exception): | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue