mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 22:06:07 +01:00
...
This commit is contained in:
parent
7128dd2abb
commit
19f83cde21
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ def copy_format_to(self, book_id, fmt, dest, use_hardlink=False, report_file_siz
|
|||
'''
|
||||
Copy the format ``fmt`` to the file like object ``dest``. If the
|
||||
specified format does not exist, raises :class:`NoSuchFormat` error.
|
||||
dest can also be a path, in which case the format is copied to it, iff
|
||||
dest can also be a path (to a file), in which case the format is copied to it, iff
|
||||
the path is different from the current path (taking case sensitivity
|
||||
into account).
|
||||
'''
|
||||
|
|
|
|||
Loading…
Reference in a new issue