8000 fix typo in filterset.txt (#1695) · carltongibson/django-filter@2494df9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2494df9

Browse files
authored
fix typo in filterset.txt (#1695)
1 parent 3656174 commit 2494df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/filterset.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Using ``filterset_factory``
257257
---------------------------
258258

259259
A ``FilterSet`` for a ``model`` can also be created by the
260-
``filterset_factory``, which creats a ``FilterSet`` with the ``model`` set in
260+
``filterset_factory``, which creates a ``FilterSet`` with the ``model`` set in
261261
the FilterSets Meta. You can pass a customized ``FilterSet`` class to the
262262
``filterset_factory``, which then uses this class a a base for the created
263263
``FilterSet``. Ex::

0 commit comments

Comments
 (0)
0