Skip to content

Commit

Permalink
fix typo in filterset.txt (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
aadarsh977 authored Nov 26, 2024
1 parent 3656174 commit 2494df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/filterset.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Using ``filterset_factory``
---------------------------

A ``FilterSet`` for a ``model`` can also be created by the
``filterset_factory``, which creats a ``FilterSet`` with the ``model`` set in
``filterset_factory``, which creates a ``FilterSet`` with the ``model`` set in
the FilterSets Meta. You can pass a customized ``FilterSet`` class to the
``filterset_factory``, which then uses this class a a base for the created
``FilterSet``. Ex::
Expand Down

0 comments on commit 2494df9

Please sign in to comment.