Skip to content

Commit a29c811

Browse files
authored
Update docs/source/dataframes.rst
1 parent 85db943 commit a29c811

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/source/dataframes.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ results of system calls or other isolated actions, but any number of
221221
entries can be returned by the dataframe in a single batch. To
222222
facilitate collecting such batches, the callback is invoked with
223223
``last`` (the time of the previous invocation) and ``now`` (the
224-
time of the current invocation. The callback can then generate or
224+
time of the current invocation). The callback can then generate or
225225
query for just the values in that time range.
226226

227227
Arbitrary keyword arguments can be provided to the PeriodicDataFrame
@@ -252,4 +252,3 @@ Once you have a PeriodicDataFrame defined using such callbacks, you
252252
can then use all the rest of the functionality supported by streamz,
253253
including aggregations, rolling windows, etc., and streaming
254254
`visualization. <plotting>`_
255-

0 commit comments

Comments
 (0)