Skip to content

Commit

Permalink
Removed extra word in tips.txt (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSwain committed Nov 15, 2023
1 parent 4a618e0 commit 4c2a2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/tips.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Filtering by relative times

Given a model with a timestamp field, it may be useful to filter based on relative times.
For instance, perhaps we want to get data from the past *n* hours.
This could be accomplished the with a ``NumberFilter`` that invokes a custom method.
This could be accomplished with a ``NumberFilter`` that invokes a custom method.

.. code-block:: python

Expand Down

0 comments on commit 4c2a2e6

Please sign in to comment.