mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:24:57 +02:00
typo
This commit is contained in:
parent
4f6ae4b4bd
commit
0f4e37dfca
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ def prints(*args, **kwargs):
|
|||
file.write(sep)
|
||||
count += len(sep)
|
||||
file.write(end)
|
||||
count += len(sep)
|
||||
count += len(end)
|
||||
return count
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue