Skip to content
Snippets Groups Projects
Commit bcb32413 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Fix chapter name

parent 0e094816
No related branches found
No related tags found
1 merge request!237Fix: Chapter name
......@@ -487,7 +487,7 @@ def flatten_list(l):
elif len(l) == 1:
return '{}'.format(l[0])
else:
return '{}'
return ''
else:
return str(l)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment