Skip to content

Commit

Permalink
Cover method and enctype in the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Jul 3, 2024
1 parent ba5da92 commit 4d6e25d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions form2request/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ def form2request(
On forms with multiple submission elements, specifying the right
submission element here may be necessary.
*method* and *enctype* may be used to override matching form attributes.
"""
form = _parsel_to_lxml(form)
click_element = _click_element(form, click)
Expand Down

0 comments on commit 4d6e25d

Please sign in to comment.