Skip to content

Commit

Permalink
Tiny fix to set documenation (#331)
Browse files Browse the repository at this point in the history
Fix a small typo in the documentation explaining how to set a file type input.
  • Loading branch information
technicaltitch committed Aug 27, 2020
1 parent 424efe3 commit b6eab9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mechanicalsoup/form.py
Expand Up @@ -263,7 +263,7 @@ def set(self, name, value, force=False):
.. code-block:: python
form.set("tagname") = path_to_local_file
form.set("tagname", path_to_local_file)
"""
for func in ("checkbox", "radio", "input", "textarea", "select"):
Expand Down

0 comments on commit b6eab9d

Please sign in to comment.