Skip to content

Commit

Permalink
remove deprecated arg machine from docstring (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Oct 20, 2020
1 parent a7e1e73 commit 795b72a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transitions/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@ def _get_trigger(self, model, trigger_name, *args, **kwargs):
"""Convenience function added to the model to trigger events by name.
Args:
model (object): Model with assigned event trigger.
machine (Machine): The machine containing the evaluated events.
trigger_name (str): Name of the trigger to be called.
*args: Variable length argument list which is passed to the triggered event.
**kwargs: Arbitrary keyword arguments which is passed to the triggered event.
Expand Down

0 comments on commit 795b72a

Please sign in to comment.