1 parent a8b6676 commit 82ecb0fCopy full SHA for 82ecb0f
1 file changed
docs/source/api-documentation.rst
@@ -27,7 +27,7 @@ These clients are initiated in the same way as the
27
28
from influxdb import DataFrameClient
29
30
- client = DataFrameClient(host='127.0.0.1', port=8086, username='root', password='root', dbname='dbname')
+ client = DataFrameClient(host='127.0.0.1', port=8086, username='root', password='root', database='dbname')
31
32
33
.. note:: Only when using UDP (use_udp=True) the connections is established.
0 commit comments