Skip to content

Commit 6dced17

Browse files
committed
comment typo
1 parent 9a801dc commit 6dced17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/list_hosts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
# come as a single sample.
3838
#
3939
res = sdclient.get_data(metrics, # metrics list
40-
-600, # cover the last 300 seconds...
40+
-600, # cover the last 600 seconds...
4141
0, # ... ending now...
42-
600) # ... with just one 300s sample
42+
600) # ... with just one 600s sample
4343

4444
#
4545
# Show the results!

0 commit comments

Comments
 (0)