Skip to content

Commit

Permalink
Fix typo in delta method 'cols' docstring (#4526)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeters1208 committed Sep 19, 2023
1 parent 59921bc commit 2441289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/deephaven/updateby.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def delta(cols: Union[str, List[str]], delta_control: DeltaControl = DeltaContro
Args:
cols (Union[str, List[str]]): the column(s) to be operated on, can include expressions to rename the output,
i.e. "new_col = col"; when empty, update_by performs the cumulative sum operation on all the applicable
i.e. "new_col = col"; when empty, update_by performs the delta operation on all the applicable
columns.
delta_control (DeltaControl): defines how special cases should behave; when None, the default DeltaControl
settings of VALUE_DOMINATES will be used
Expand Down

0 comments on commit 2441289

Please sign in to comment.