From 8e3c453f75e985ff566264faaa0f27e4af264a0c Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 26 Mar 2013 17:27:56 +0100 Subject: [PATCH] Fix base class name. [ci skip] --- doc/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.txt b/doc/README.txt index c31dc5793..3f75a3968 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -93,9 +93,9 @@ do most of the grunt work. For each comic Dosage has a plugin module, found in the "plugins" 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 -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. Extending Dosage