This commit is contained in:
Kovid Goyal 2018-07-04 14:37:43 +05:30
parent 0e56c4eede
commit ce0a0c477b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -154,7 +154,7 @@ class FB2Output(OutputFormatPlugin):
options = set([
OptionRecommendation(name='sectionize',
recommended_value='files', level=OptionRecommendation.LOW,
choices=ui_data['sectionize'],
choices=list(ui_data['sectionize']),
help=_('Specify how sections are created:\n'
' * nothing: {nothing}\n'
' * files: {files}\n'