From 4c2a2e65ac16429230fd35cbae423338bb1fc857 Mon Sep 17 00:00:00 2001 From: Dan Swain Date: Wed, 15 Nov 2023 02:13:29 -0500 Subject: [PATCH] Removed extra word in tips.txt (#1624) --- docs/guide/tips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/tips.txt b/docs/guide/tips.txt index 83d2dbb1..5b514ad3 100644 --- a/docs/guide/tips.txt +++ b/docs/guide/tips.txt @@ -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