From 90a964f5eb3c16c700101a29d02ea4112a17dfe4 Mon Sep 17 00:00:00 2001 From: manig1729 Date: Thu, 30 Sep 2021 13:17:01 +0530 Subject: [PATCH] explanation comment --- combinePdfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combinePdfs.py b/combinePdfs.py index adb8cb8..030889d 100644 --- a/combinePdfs.py +++ b/combinePdfs.py @@ -7,7 +7,7 @@ # if PyPDF2 is not install, install using : pip install PyPDF2 -# All the pdf filenames will be stored in the pdfFiles array +# All the pdf filenames in the current directory will be stored in the pdfFiles array pdfFiles = [] for filename in os.listdir('.'): if filename.endswith('.pdf'):