Skip to content

Commit a931efd

Browse files
feat: improve doc
1 parent d589129 commit a931efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ from influxdb_client_3 import InfluxDBClient3, Point
5858

5959
## Initialization
6060
If you are using InfluxDB Cloud, then you should note that:
61-
1. Use bucket name for the `database` argument.
61+
1. Use bucket name for `database` or `bucket` in function argument.
6262

6363
```python
6464
client = InfluxDBClient3(token="your-token",

0 commit comments

Comments
 (0)