Skip to content

Commit

Permalink
Fix typo (of → or)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Jul 12, 2024
1 parent 864a7e3 commit aa5ec68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form2request/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def form2request(
:class:`parsel.selector.SelectorList` that points to an HTML form, or an
instance of :class:`lxml.html.FormElement`.
*data* should be either a dictionary of a list of 2-item tuples indicating
*data* should be either a dictionary or a list of 2-item tuples indicating
the key-value pairs to include in the request as submission data. Keys with
``None`` as value exclude matching form fields.
Expand Down

0 comments on commit aa5ec68

Please sign in to comment.