Skip to content

Commit

Permalink
call the horizontal position 'character'
Browse files Browse the repository at this point in the history
  • Loading branch information
mshannon-sil committed Aug 30, 2024
1 parent ff1c067 commit 7c4095e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine/corpora/usfm_text_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _get_rows(self) -> Generator[TextRow, None, None]:
f"An error occurred while parsing the text '{self.id}'"
f"{f' in project {self.project}' if self.project else ''}"
f". Verse: {parser.state.verse_ref}, line: {parser.state.line_number}, "
f"column: {parser.state.line_number}, error: '{e}'"
f"character: {parser.state.line_number}, error: '{e}'"
)
raise RuntimeError(error_message) from e
return gen(row_collector.rows)
Expand Down

0 comments on commit 7c4095e

Please sign in to comment.