From 355b3fcb3d075ca9ee0d85c7a50afc4300d49623 Mon Sep 17 00:00:00 2001 From: Trenton H Date: Fri, 16 Sep 2022 08:03:53 -0700 Subject: [PATCH] Fixes grammar in comment Co-authored-by: Florian --- src/documents/barcodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/barcodes.py b/src/documents/barcodes.py index e473ce938..a30a55bbb 100644 --- a/src/documents/barcodes.py +++ b/src/documents/barcodes.py @@ -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 """