diff --git a/epub_examples.py b/epub_examples.py index e42c680..cf2d193 100644 --- a/epub_examples.py +++ b/epub_examples.py @@ -57,7 +57,7 @@ def _discover_epubs() -> dict[str, str]: # Sentence length bounds (word count) -MIN_WORDS = 4 +MIN_WORDS = 3 MAX_WORDS = 15