Skip to content

Commit

Permalink
Update plugins/ui/docs/Plotting.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joe <[email protected]>
  • Loading branch information
dsmmcken and jnumainville authored Apr 26, 2024
1 parent acea79b commit 2285b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/docs/Plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ _stocks = dx.data.stocks()
@ui.component
def partition_then_filter(table, by, initial_value):
"""
Parition the table by both passed columns, then filter it by the value entered by the user
Partition the table by both passed columns, then filter it by the value entered by the user
"""
text, set_text = ui.use_state(initial_value)
partitioned_table = ui.use_memo(lambda: table.partition_by(by), [table, by])
Expand Down

0 comments on commit 2285b8b

Please sign in to comment.