Skip to content

Commit

Permalink
Fixes grammar in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Florian <florian.brandes@posteo.de>
  • Loading branch information
stumpylog and gador committed Sep 16, 2022
1 parent 76875d1 commit 548e73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documents/barcodes.py
Expand Up @@ -104,7 +104,7 @@ def convert_from_tiff_to_pdf(filepath: str) -> str:
def scan_file_for_separating_barcodes(filepath: str) -> Tuple[Optional[str], List[int]]:
"""
Scan the provided pdf file for page separating barcodes
Returns a the PDF filepath and a list of pagenumbers,
Returns a PDF filepath and a list of pagenumbers,
which separate the file into new files
"""

Expand Down

0 comments on commit 548e73f

Please sign in to comment.