From 320dcef428ed461afa46cd2c3c24eca101fe1d73 Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Mon, 17 Aug 2020 21:54:12 -0700 Subject: [PATCH] Update python.md --- content/v2.0/reference/api/client-libraries/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/api/client-libraries/python.md b/content/v2.0/reference/api/client-libraries/python.md index 64ae8bbfe..68cc79784 100644 --- a/content/v2.0/reference/api/client-libraries/python.md +++ b/content/v2.0/reference/api/client-libraries/python.md @@ -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`.