From be677e4fd27514d7efebbef59021e3c339039710 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 22 Mar 2021 14:57:16 +0100 Subject: [PATCH] Fix doc typo --- docs/filtering.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/filtering.rst b/docs/filtering.rst index 65c8382..934bad6 100644 --- a/docs/filtering.rst +++ b/docs/filtering.rst @@ -15,7 +15,7 @@ You will need to install it manually, which can be done as follows: # You'll need to install django-filter pip install django-filter>=2 - + After installing ``django-filter`` you'll need to add the application in the ``settings.py`` file: .. code:: python @@ -307,7 +307,7 @@ with this set up, you can now filter events by tags: `TypedFilter` ------------- -Sometimes you the automatic detection of the filter input type is not satisfactory for what you are trying to achieve. +Sometimes the automatic detection of the filter input type is not satisfactory for what you are trying to achieve. You can then explicitly specify the input type you want for your filter by using a `TypedFilter`: .. code:: python