Skip to content

Commit c3903dd

Browse files
authored
docs: fix simple typo, reponse -> response (influxdata#873)
There is a small typo in influxdb/tests/client_test.py. Should read `response` rather than `reponse`.
1 parent 7b03673 commit c3903dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/tests/client_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ def test_invalid_port_fails(self):
13981398
InfluxDBClient('host', '80/redir', 'username', 'password')
13991399

14001400
def test_chunked_response(self):
1401-
"""Test chunked reponse for TestInfluxDBClient object."""
1401+
"""Test chunked response for TestInfluxDBClient object."""
14021402
example_response = \
14031403
u'{"results":[{"statement_id":0,"series":[{"columns":["key"],' \
14041404
'"values":[["cpu"],["memory"],["iops"],["network"]],"partial":' \

0 commit comments

Comments
 (0)