From 0f4e37dfca36784c2ddf4ba73baf00a6c1137b94 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 15 Apr 2019 14:34:01 +0530 Subject: [PATCH] typo --- src/calibre/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/__init__.py b/src/calibre/__init__.py index 0424b44682..f9698a23ac 100644 --- a/src/calibre/__init__.py +++ b/src/calibre/__init__.py @@ -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