Skip to content

Commit 14f4d71

Browse files
authored
Fixed outdated docstring
1 parent fc3db09 commit 14f4d71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

streamz/dataframe/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,8 @@ class PeriodicDataFrame(DataFrame):
846846
datafn: callable
847847
Callback function accepting **kwargs and returning a
848848
pd.DataFrame. kwargs will include at least
849-
'last' (time.time() datafn was last invoked), and
850-
'now' (current time.time()).
849+
'last' (pd.Timestamp.now() when datafn was last invoked), and
850+
'now' (current pd.Timestamp.now()).
851851
interval: timedelta
852852
The time interval between new dataframes.
853853
dask: boolean

0 commit comments

Comments
 (0)