Skip to content

Commit 03a4ff3

Browse files
authored
Update images.py
1 parent 2d34fc1 commit 03a4ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PDF/images.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Example to Append all the images inside a folder to pdf
99
pdf = FPDF()
1010

11-
# Size of a A4 Page in mm Where P is for Potrail and L is for Landscape
11+
# Size of a A4 Page in mm Where P is for Potrait and L is for Landscape
1212
A4_SIZE = {'P': {'w': 210, 'h': 297}, 'L': {'w': 297, 'h': 210}}
1313
# pdf may produce empty page so we need to set auto page break as false
1414
pdf.set_auto_page_break(0)

0 commit comments

Comments
 (0)