Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 2b2feea

Browse files
committed
Fix typo in resultset.rst
1 parent a1d3366 commit 2b2feea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)