mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 08:54:28 +02:00
fix typo
This commit is contained in:
parent
7de8c6da71
commit
b8fec63df6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue