Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion passpdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# Explicitly ask the user what the name of the original file is
pdf_name = input('Pleast type in the name of the pdf file suffixed with its extention: ')
pdf_name = input('Please type in the name of the pdf file suffixed with its extension: ')
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make a review, please


# Making an instance of the PdfFileReader class with the original file as an argument
original_file = PdfFileReader(pdf_name)
Expand Down