From 1b044025ea90ce2bec8cba022a30aedea37860e8 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 7 Jul 2024 13:35:55 -0700 Subject: [PATCH] Tweaked documentation --- mfbatch/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfbatch/commands.py b/mfbatch/commands.py index 57ca7f3..353b857 100644 --- a/mfbatch/commands.py +++ b/mfbatch/commands.py @@ -128,7 +128,7 @@ class BatchfileParser: """ A batchfile is a text file of lines. Lines either begin with a '#' to denote a comment, a ':' to denote a Command, and if neither of these are present, the -are interpreted as a file path to act upon. Empty lines are ignored. +line is interpreted as a file path to act upon. Empty lines are ignored. If a line ends with a backslash '\\', the backslash is deleted and the contents of the following line are appended to the end of the present line.