Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lversaw committed Apr 3, 2024
1 parent f967375 commit fabc067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion usfm/rename_paratext_files.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion usfm/usfmFile.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fabc067

Please sign in to comment.