summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/anomalies
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-16 09:18:43 +0200
committerGitHub <noreply@github.com>2021-11-16 10:18:43 +0300
commitacca8c24f229da0ff0238921ebc4b30ddc7125ea (patch)
tree93113595d01b209c62167aa7d0ccaf05bb665218 /collectors/python.d.plugin/anomalies
parent97a13e03612b0d4f2908be57b5114d619626f66d (diff)
Fix typos (#11782)
Co-authored-by: ilyam8 <ilya@netdata.cloud>
Diffstat (limited to 'collectors/python.d.plugin/anomalies')
-rw-r--r--collectors/python.d.plugin/anomalies/anomalies.chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/python.d.plugin/anomalies/anomalies.chart.py b/collectors/python.d.plugin/anomalies/anomalies.chart.py
index 61b51d9c05..8ca3df6822 100644
--- a/collectors/python.d.plugin/anomalies/anomalies.chart.py
+++ b/collectors/python.d.plugin/anomalies/anomalies.chart.py
@@ -188,7 +188,7 @@ class Service(SimpleService):
self.custom_model_scalers[model] = MinMaxScaler()
def reinitialize(self):
- """Reinitialize charts, models and data to a begining state.
+ """Reinitialize charts, models and data to a beginning state.
"""
self.charts_init()
self.custom_models_init()
@@ -385,7 +385,7 @@ class Service(SimpleService):
def get_data(self):
- # initialize to whats available right now
+ # initialize to what's available right now
if self.reinitialize_at_every_step or len(self.host_charts_dict[self.host]) == 0:
self.charts_init()
self.custom_models_init()