Skip to content

Commit fdec648

Browse files
foobarnacarltongibson
authored andcommitted
Fix typo in docs for RangeWidget.
1 parent 20ca22a commit fdec648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/widgets.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ well as type conversion.
5454

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

0 commit comments

Comments
 (0)