Skip to content

Commit

Permalink
explanation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
manig1729 committed Sep 30, 2021
1 parent 3ca4a68 commit 90a964f
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 90a964f

Please sign in to comment.