Skip to content

Commit

Permalink
fix small typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Sep 14, 2022
1 parent 4a417be commit c7f2efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/widgets/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ def _process_data(self, data):
# _processed data is already filtered, this made the comparison between
# the new data and old data wrong. This extension replicates the
# front-end filtering - if need be - to be able to correctly make the
# comparison and update the data hold by the backend.
# comparison and update the data held by the backend.

# It also makes a copy of the value dataframe, to use it to obtain
# the old value in a table-edit event.
Expand Down

0 comments on commit c7f2efc

Please sign in to comment.