From 548e73fa17c11cc6a5d966f942802ab83116981b 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 e473ce93827..a30a55bbbac 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 """