Merge pull request #135 from MAJA-Lin/maja-lin/bugfix/ISSUE-138
Fix typo on formatter 'webvtt'
This commit is contained in:
		
						commit
						1e61fac76a
					
				|  | @ -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