Skip to content

Commit

Permalink
Fix comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Jul 27, 2020
1 parent d3a8fb3 commit b38cf41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jdaviz/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ def __init__(self, configuration=None, *args, **kwargs):
self.hub.subscribe(self, DataCollectionAddMessage,
handler=self._on_data_added)

# Subscribe to the event fired when data is added to the application-
# level data collection object
# Subscribe to the event fired when data is delected from the
# application-level data collection object
self.hub.subscribe(self, DataCollectionDeleteMessage,
handler=self._on_data_deleted)

Expand Down

0 comments on commit b38cf41

Please sign in to comment.