Tweaked documentation

This commit is contained in:
Jamie Hardt
2024-07-07 13:35:55 -07:00
parent 2078c1559a
commit 1b044025ea

View File

@@ -128,7 +128,7 @@ class BatchfileParser:
""" """
A batchfile is a text file of lines. Lines either begin with a '#' to denote a 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 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 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. of the following line are appended to the end of the present line.