From 75b1d6c08d23d272073d5ad095974b27113cdca5 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 18 Feb 2013 20:55:48 +0100 Subject: [PATCH] Fix typo. --- tests/test_comics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_comics.py b/tests/test_comics.py index d73bc5ba7..56d8c8d53 100644 --- a/tests/test_comics.py +++ b/tests/test_comics.py @@ -92,7 +92,7 @@ def generate_comic_testers(): """For each comic scraper, create a test class.""" g = globals() if "TRAVIS" in os.environ: - # get limited number of scraper tests on Travis builds + # Get limited number of scraper tests on Travis builds. max_scrapers = 200 scraperclasses = islice(scraper.get_scraperclasses(), 0, max_scrapers) else: