Skip to content

Commit

Permalink
update doc string to match signature (#4870)
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahpetty committed Nov 27, 2023
1 parent 8cfe8a8 commit 081b352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/deephaven/table_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def time_table(period: Union[Duration, int, str, datetime.timedelta, np.timedelt
period (Union[dtypes.Duration, int, str, datetime.timedelta, np.timedelta64, pd.Timedelta]):
time interval between new row additions, can be expressed as an integer in nanoseconds,
a time interval string, e.g. "PT00:00:00.001" or "PT1s", or other time duration types.
start_time (Union[None, str, datetime.datetime, np.datetime64], optional):
start_time (Union[None, Instant, int, str, datetime.datetime, np.datetime64, pd.Timestamp], optional):
start time for adding new rows, defaults to None which means use the current time
as the start time.
blink_table (bool, optional): if the time table should be a blink table, defaults to False
Expand Down

0 comments on commit 081b352

Please sign in to comment.