diff --git a/usfm/rename_paratext_files.py b/usfm/rename_paratext_files.py index dc7cb29d..7af2c280 100644 --- a/usfm/rename_paratext_files.py +++ b/usfm/rename_paratext_files.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- # Renames Paratext .SFM files to our standard naming convention. +# Changes the line endings to LF, if necessary. # Set these config values in config.ini before running this script. # source_dir # target_dir - import configreader import os from pathlib import Path diff --git a/usfm/usfmFile.py b/usfm/usfmFile.py index 3e965acc..057582a1 100644 --- a/usfm/usfmFile.py +++ b/usfm/usfmFile.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Implement usfmFile object to write usfm file with proper spacing. +# Implements usfmFile object to write usfm file with proper spacing. # By default, all usfm tags except footnotes start on a new line. # The caller can modify placement of line breaks: # by calling setInlineTags() to specify a different set of usfm tags that should not start on a new line