fix: typo on formatter 'webvtt'

This commit is contained in:
Scott Lin 2021-11-25 12:02:24 +08:00
parent 904acaf153
commit 5613b9ec6c
1 changed files with 1 additions and 1 deletions

View File

@ -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):