Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shigapov committed Sep 13, 2022
1 parent 44f58e3 commit 9df32bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blatt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def cli():
help="If linebreak==False, it removes hyphens at the end of lines and merges the lines without line "
"breaks. Otherwise, it merges the lines using line breaks.")
@click.argument('page_folder', type=click.Path(exists=True))
@click.argument('text_folder', type=click.Path())
@click.argument('txt_folder', type=click.Path())
def to_txt(page_folder, txt_folder, linebreak):
"""blatt to_txt: converts all PAGE XML files in PAGE_FOLDER to TXT files with/without hyphens in TEXT_FOLDER."""
file_paths = Path(page_folder).glob('*.xml')
Expand Down

0 comments on commit 9df32bd

Please sign in to comment.