Skip to content

Commit 82ecb0f

Browse files
committed
Doc: dbname -> database
1 parent a8b6676 commit 82ecb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api-documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These clients are initiated in the same way as the
2727

2828
from influxdb import DataFrameClient
2929

30-
client = DataFrameClient(host='127.0.0.1', port=8086, username='root', password='root', dbname='dbname')
30+
client = DataFrameClient(host='127.0.0.1', port=8086, username='root', password='root', database='dbname')
3131

3232

3333
.. note:: Only when using UDP (use_udp=True) the connections is established.

0 commit comments

Comments
 (0)