From 821c414877c4c11311406d25257156bbbdb9b744 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 3 Nov 2014 08:45:50 +0530 Subject: [PATCH] Fix #1388629 [Little typo](https://bugs.launchpad.net/calibre/+bug/1388629) --- src/calibre/gui2/tweak_book/boss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index be7b4bc14d..ac5a88e000 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -223,7 +223,7 @@ class Boss(QObject): ''' Open the ebook at ``path`` for editing. Will show an error if the ebook is not in a supported format or the current book has unsaved changes. - :param edit_file: The name of a file inside the newly openend book to start editing. Can also be a list of names. + :param edit_file: The name of a file inside the newly opened book to start editing. Can also be a list of names. ''' if not self._check_before_open(): return