Skip to content

Commit 72dcb1e

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pdf_tools/pdf_tools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
print("this script can print, edit, modify, rotate and add passwords to PDF documents if used properly")
1717

18-
pdf_path = (Path.home() / "myfile.pdf") // rename / edit address if different
18+
pdf_path = (Path.home()
19+
/ "myfile.pdf")
1920
pdf = PdfFileReader(str(pdf_path))
2021

2122

0 commit comments

Comments
 (0)