mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Fix #1388629 [Little typo](https://bugs.launchpad.net/calibre/+bug/1388629)
This commit is contained in:
parent
124629dd7e
commit
821c414877
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user