From 6ce3d5d6e4f4268252cc9766a6179e149163191c Mon Sep 17 00:00:00 2001 From: Mik Watkins <63586831+Mikerniker@users.noreply.github.com> Date: Fri, 22 Dec 2023 05:04:11 +0800 Subject: [PATCH] Fixed documentation error for LTTB decimator --- taipy/gui/data/decimator/lttb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taipy/gui/data/decimator/lttb.py b/taipy/gui/data/decimator/lttb.py index 9a3eb566c9..758bbd7826 100644 --- a/taipy/gui/data/decimator/lttb.py +++ b/taipy/gui/data/decimator/lttb.py @@ -20,7 +20,7 @@ class LTTB(Decimator): """A decimator using the LTTB algorithm. The LTTB algorithm is an high performance algorithm that significantly reduces the number of - data points. It can work very well with time-series data to show trends using by using only + data points. It can work very well with time-series data to show trends using only a few data points. This class can only be used with line charts.