This commit is contained in:
Kovid Goyal 2014-09-21 20:53:43 +05:30
parent 6377b6a2ec
commit 1053533932
3 changed files with 3 additions and 3 deletions

View File

@ -182,7 +182,7 @@ files into book.
Replacing files
^^^^^^^^^^^^^^^^
You can easily replace existing files int he book, by right clicking on the
You can easily replace existing files in the book, by right clicking on the
file and choosing replace. This will automatically update all links and
references, in case the replacement file has a different name than the file
being replaced.

View File

@ -75,7 +75,7 @@ class DemoTool(Tool):
container = self.current_container # The book being edited as a container object
# Iterate over all style declarations int he book, this means css
# Iterate over all style declarations in the book, this means css
# stylesheets, <style> tags and style="" attributes
for name, media_type in container.mime_map.iteritems():
if media_type in OEB_STYLES:

View File

@ -71,7 +71,7 @@ def set_cover(container, cover_path, report=None, options=None):
Set the cover of the book to the image pointed to by cover_path.
:param cover_path: Either the absolute path to an image file or the
canonical name of an image in the book. When using an image int he book,
canonical name of an image in the book. When using an image in the book,
you must also set options, see below.
:param report: An optional callable that takes a single argument. It will
be called with information about the tasks being processed.