Skip to content

Commit 48e2afe

Browse files
authored
Update pdf_operations.py
1 parent 6d18507 commit 48e2afe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prescription_generator/helper/pdf_operations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ def save_pdf(medicines):
5454
)
5555

5656
# save the pdf with name .pdf
57-
pdf.output("Prescription.pdf")
57+
pdf.output("Prescription.pdf")
58+

0 commit comments

Comments
 (0)