Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhlongviolin1 committed Mar 6, 2024
1 parent 1566abf commit 9d1aee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taipy/gui/data/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _is_applicable(self, data: t.Any, nb_rows_max: int, chart_mode: str):
def decimate(self, data: np.ndarray, payload: t.Dict[str, t.Any]) -> np.ndarray:
"""Decimate function.
This method is executed when the appropriate df_filter_conditions specified in the
This method is executed when the appropriate conditions specified in the
constructor are met. This function implements the algorithm that determines
which data points are kept or dropped.
Expand Down

0 comments on commit 9d1aee9

Please sign in to comment.