mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 14:43:53 +02:00
...
This commit is contained in:
parent
0d9845fe0c
commit
1dc5178685
1 changed files with 2 additions and 2 deletions
|
|
@ -222,8 +222,8 @@ def parse_css(self, data, fname='<string>', is_declaration=False):
|
|||
class Container(ContainerBase): # {{{
|
||||
|
||||
'''
|
||||
A container represents an Open E-Book as a folder full of files and an
|
||||
opf file. There are two important concepts:
|
||||
A container represents an open e-book as a folder full of files and an
|
||||
OPF file. There are two important concepts:
|
||||
|
||||
* The root folder. This is the base of the e-book. All the e-books
|
||||
files are inside this folder or in its sub-folders.
|
||||
|
|
|
|||
Loading…
Reference in a new issue