8000 Fix file path · rakash/python-basics-exercises@956acd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 956acd3

Browse files
committed
Fix file path
1 parent 48d4ae6 commit 956acd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch13-interact-with-pdf-files/1-work-with-the-contents-of-a-pdf-file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Exercise 1
1010
path = "C:/python-basics-exercises/ch13-interact-with-pdf-files/\
11-
practice_files"
11+
practice_files"
1212

1313
input_file_path = os.path.join(path, "The Whistling Gypsy.pdf")
1414
input_file = PdfFileReader(input_file_path)

0 commit comments

Comments
 (0)
0