File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class SeriesHelper(object):
18
18
19
19
"""
20
20
Subclassing this helper eases writing data points in bulk.
21
- All data points are immutable, insuring they do not get overwritten.
21
+ All data points are immutable, ensuring they do not get overwritten.
22
22
Each subclass can write to its own database.
23
23
The time series names can also be based on one or more defined fields.
24
24
The field "time" can be specified when creating a point, and may be any of
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class SeriesHelper(object):
17
17
18
18
"""
19
19
Subclassing this helper eases writing data points in bulk.
20
- All data points are immutable, insuring they do not get overwritten.
20
+ All data points are immutable, ensuring they do not get overwritten.
21
21
Each subclass can write to its own database.
22
22
The time series names can also be based on one or more defined fields.
23
23
You can’t perform that action at this time.
0 commit comments