Skip to content

Commit 07b4488

Browse files
authored
Update pdf_tools.py
1 parent 1f79092 commit 07b4488

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pdf_tools/pdf_tools.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
from PyPDF2 import PdfFileReader, PdfFileWriter, PdfFileMerger
1414
from pathlib import Path
1515

16-
print("this script can print, edit, modify, rotate and add passwords to PDF doc
17-
uments if used properly")
16+
print("this script can print, edit, modify, rotate and add passwords to PDF documents if used properly")
1817

1918
pdf_path = (Path.home() / "myfile.pdf") // rename / edit address if different
2019
pdf = PdfFileReader(str(pdf_path))

0 commit comments

Comments
 (0)