We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64665b commit 9c8e97dCopy full SHA for 9c8e97d
examples/test_get_pdf_text.py
@@ -7,4 +7,4 @@ def test_get_pdf_text(self):
7
pdf = ("https://nostarch.com/download/"
8
"Automate_the_Boring_Stuff_sample_ch17.pdf")
9
pdf_text = self.get_pdf_text(pdf, page=1)
10
- print(pdf_text)
+ print("\n" + pdf_text)
0 commit comments