Fixes grammar in comment

Co-authored-by: Florian <florian.brandes@posteo.de>
This commit is contained in:
Trenton H 2022-09-16 08:03:53 -07:00
parent 7aa0e5650b
commit 355b3fcb3d

View File

@ -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
"""