Update python.md

pull/945/head
kelseiv 2020-08-17 21:54:12 -07:00 committed by GitHub
parent 86e9b4b955
commit 320dcef428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ write_api.write(bucket=bucket, org=org, record=p)
|> filter(fn:(r) => r._field == "temperature" )
```
The query client sends the Flux query to InfluxDB and returns a Flux object with a table structure.
The query client sends the Flux query to InfluxDB and returns a Flux object with a table structure.
3. Pass the `query()` method two named parameters:`org` and `query`.