From f9330203575531dd2e089972e7ea5b6ceec4a381 Mon Sep 17 00:00:00 2001 From: Emmanuel Jemeni Date: Wed, 22 Feb 2023 21:25:15 +0100 Subject: [PATCH] refactor(leech.py): minor spelling error fixed --- leech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leech.py b/leech.py index 638aa86..7018b50 100755 --- a/leech.py +++ b/leech.py @@ -158,7 +158,7 @@ def flush(verbose): @click.option('--verbose', '-v', is_flag=True, help="Verbose debugging output") @site_specific_options # Includes other click.options specific to sites def download(urls, site_options, cache, verbose, normalize, output_dir, **other_flags): - """Downloads a story and saves it on disk as a ebpub ebook.""" + """Downloads a story and saves it on disk as an epub ebook.""" configure_logging(verbose) session = create_session(cache)