Skip to content

Commit

Permalink
Fix typo in docs for RangeWidget.
Browse files Browse the repository at this point in the history
  • Loading branch information
foobarna authored and carltongibson committed Feb 28, 2023
1 parent 20ca22a commit fdec648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/widgets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ well as type conversion.

This widget is used with ``RangeFilter`` and its subclasses. It generates two
form input elements which generally act as start/end values in a range.
Under the hood, it is Django's ``forms.TextInput`` widget and excepts
Under the hood, it is Django's ``forms.TextInput`` widget and accepts
the same arguments and values. To use it, pass it to ``widget`` argument of
a ``RangeField``:

Expand Down

0 comments on commit fdec648

Please sign in to comment.