8000 Fix typo in docs: insuring -> ensuring · Linux-oiD/influxdb-python@1a466cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a466cf

Browse files
dbrgnaviau
authored andcommitted
Fix typo in docs: insuring -> ensuring
1 parent f5c9141 commit 1a466cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

influxdb/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SeriesHelper(object):
1818

1919
"""
2020
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.
2222
Each subclass can write to its own database.
2323
The time series names can also be based on one or more defined fields.
2424
The field "time" can be specified when creating a point, and may be any of

influxdb/influxdb08/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SeriesHelper(object):
1717

1818
"""
1919
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.
2121
Each subclass can write to its own database.
2222
The time series names can also be based on one or more defined fields.
2323

0 commit comments

Comments
 (0)
0