Skip to content

Commit 126549e

Browse files
authored
Merge pull request #1421 from Luux/patch-1
Fix Example
2 parents 83e7cf8 + 87c720f commit 126549e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ The following is a code snippet which extracts the drawings of a page and re-dra
14211421
elif item[0] == "re": # rectangle
14221422
shape.draw_rect(item[1])
14231423
elif item[0] == "qu": # quad
1424-
shape.draw_rect(item[1])
1424+
shape.draw_quad(item[1])
14251425
elif item[0] == "c": # curve
14261426
shape.draw_bezier(item[1], item[2], item[3], item[4])
14271427
else:

0 commit comments

Comments
 (0)