Skip to content

Commit

Permalink
Fix a docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
genglert committed Aug 29, 2024
1 parent e418f95 commit f3f9ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creme/creme_core/gui/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def instance_actions(self, user, instance: Model):

def bulk_action_classes(self, model: type[Model]):
"""Get the list of the classes for bulk actions registered for a model.
NB: use the method instance_actions() if you want instances of BulkActions
NB: use the method bulk_actions() if you want instances of BulkActions
(which can be used to build a UI, contrarily to the class).
"""
return self._bulk_action_classes.actions(model=model)
Expand Down

0 comments on commit f3f9ce0

Please sign in to comment.