Skip to content

Commit

Permalink
Merge pull request #1 from manig1729/testing
Browse files Browse the repository at this point in the history
explanation comment
  • Loading branch information
manig1729 authored Sep 30, 2021
2 parents 3ed4aee + 90a964f commit 373749b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combinePdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 373749b

Please sign in to comment.