Skip to content

Commit 579748d

Browse files
committed
Merge pull request influxdata#242 from bjorand/patch-1
Fix typo in resultset.rst
2 parents a1d3366 + 2b2feea commit 579748d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/resultset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Using ``rs.get_points('cpu')`` will return a generator for all the points that a
2222
::
2323

2424
rs = cli.query("SELECT * from cpu")
25-
cpu_points = list(rs.get_points(measurement='cpu')])
25+
cpu_points = list(rs.get_points(measurement='cpu'))
2626

2727
Filtering by tags
2828
-----------------

0 commit comments

Comments
 (0)