Skip to content

Commit f4c10ab

Browse files
authored
Merge pull request #145 from InfluxCommunity/feat/improve-docs-bucket
feat: improve doc bucket
2 parents d589129 + 001f79d commit f4c10ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Also configurable via environment variable (`INFLUX_WRITE_NO_SYNC`).
1414
- Long precision string values added from v3 HTTP API: `"nanosecond"`, `"microsecond"`, `"millisecond"`,
1515
`"second"` ( in addition to the existing `"ns"`, `"us"`, `"ms"`, `"s"`).
16+
3. [#145](https://github.com/InfluxCommunity/influxdb3-python/pull/145): Improve the document wording for README.md
1617

1718
## 0.13.0 [2025-05-20]
1819

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)