From 1b3a799d0d5fd6dedeecc7490ab05782e987bca3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 29 Jul 2010 21:49:18 -0600 Subject: [PATCH] ... --- src/calibre/utils/magick_draw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/magick_draw.py b/src/calibre/utils/magick_draw.py index c5609a48be..5c5403ed2c 100644 --- a/src/calibre/utils/magick_draw.py +++ b/src/calibre/utils/magick_draw.py @@ -223,7 +223,7 @@ def create_cover_page(top_lines, logo_path, width=590, height=750, def save_cover_data_to(data, path, bgcolor='white'): ''' Saves image in data to path, in the format specified by the path - extension. Composes the image onto a blank cancas so as to + extension. Composes the image onto a blank canvas so as to properly convert transparent images. ''' with open(path, 'wb') as f: