mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fix typo
This commit is contained in:
parent
7de8c6da71
commit
b8fec63df6
@ -59,7 +59,7 @@ def multiple_text(sep, ui_sep, x):
|
||||
if not x:
|
||||
return ()
|
||||
if isinstance(x, bytes):
|
||||
x = x.decode(preferred_encoding, 'replce')
|
||||
x = x.decode(preferred_encoding, 'replace')
|
||||
if isinstance(x, unicode):
|
||||
x = x.split(sep)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user