Skip to content

Commit 2bff6da

Browse files
authored
Merge branch 'master' into dataframeclient_chunked_queries
2 parents 8f789c9 + b1e29fb commit 2bff6da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ On Debian/Ubuntu, you can install it with this command::
4343
Dependencies
4444
============
4545

46-
The InfluxDB-Python distribution is supported and tested on Python 2.7, 3.3, 3.4, PyPy and PyPy3.
46+
The InfluxDB-Python distribution is supported and tested on Python 2.7, 3.3, 3.4, 3.5, 3.6, PyPy and PyPy3.
4747

48-
**Note:** Python 3.2 is currently untested. See ``.travis.yml``.
48+
**Note:** Python 3.2 is currently untested. See ``.travis.yml``.
4949

5050
Main dependency is:
5151

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)