Skip to content

Commit

Permalink
DOC: Removed a redundant variable from an example (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasoob authored Jan 22, 2023
1 parent c7a9a23 commit f344776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/user/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ reader = PdfReader("form.pdf")
writer = PdfWriter()

page = reader.pages[0]
fields = reader.get_fields()

writer.add_page(page)

Expand Down

0 comments on commit f344776

Please sign in to comment.