From 6087b743109177a34357c9858ecc20c70d2eaf2c Mon Sep 17 00:00:00 2001 From: MENGZHEGENG Date: Fri, 19 Jul 2024 14:15:07 -0400 Subject: [PATCH] fix: very minor typo correction in cli.py --- readalongs/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readalongs/cli.py b/readalongs/cli.py index 494dfe44..335482b3 100644 --- a/readalongs/cli.py +++ b/readalongs/cli.py @@ -255,7 +255,7 @@ def align(**kwargs): # noqa: C901 # some versions of flake8 need this here ins \b If TEXTFILE has a .txt extension or does not start with an XML declaration - line, it is read as plain text with the following conventions: + line, it is read as plain text with the following conventions: - The text should be plain UTF-8 text without any markup. - Paragraph breaks are indicated by inserting one blank line. - Page breaks are indicated by inserting two blank lines.