Skip to content

Commit abf7be6

Browse files
committed
Formatting
1 parent 3641264 commit abf7be6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ch13-interact-with-pdf-files/3-challenge-PdfFileSplitter-class.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def write(self, filename):
3838
with Path(str(filename) + "_2.pdf").open(mode="wb") as output_file:
3939
self.writer2.write(output_file)
4040

41+
4142
# Split the Pride_and_Prejudice.pdf file into two PDFs, the first
4243
# containing the first 150 pages, and the second containing the
4344
# remaining pages.

0 commit comments

Comments
 (0)