Fix doc typo

This commit is contained in:
Thomas Leonard 2021-03-22 14:57:16 +01:00
parent 656b9332e5
commit be677e4fd2

View File

@ -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