Fix base class name.
[ci skip]
This commit is contained in:
parent
849699b402
commit
8e3c453f75
1 changed files with 2 additions and 2 deletions
|
@ -93,9 +93,9 @@ do most of the grunt work.
|
||||||
|
|
||||||
For each comic Dosage has a plugin module, found in the "plugins"
|
For each comic Dosage has a plugin module, found in the "plugins"
|
||||||
subdirectory of the dosagelib directory. Each module is a subclass of
|
subdirectory of the dosagelib directory. Each module is a subclass of
|
||||||
the _BasicComic class and specifies where to download its comic images.
|
the _BasicScraper class and specifies where to download its comic images.
|
||||||
Some comic syndicates (GoComics for example) have a standard layout for all
|
Some comic syndicates (GoComics for example) have a standard layout for all
|
||||||
comics. For such cases a generator function creates all _BasicComic class
|
comics. For such cases a generator function creates all _BasicScraper class
|
||||||
instances from a given list of comic strips.
|
instances from a given list of comic strips.
|
||||||
|
|
||||||
Extending Dosage
|
Extending Dosage
|
||||||
|
|
Loading…
Reference in a new issue