Skip to content

Commit

Permalink
Merge pull request #267 from elipavlov/master
Browse files Browse the repository at this point in the history
Fixes small typo in method signature
  • Loading branch information
aleneum committed Nov 24, 2017
2 parents 40e0e40 + 94b0255 commit 8813d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transitions/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def add_transition(self, trigger, source, dest, conditions=None,
transition. This will be attached to the currently specified
model (e.g., passing trigger='advance' will create a new
advance() method in the model that triggers the transition.)
source(string): The name of the source state--i.e., the state we
source(string or list): The name of the source state--i.e., the state we
are transitioning away from. This can be a single state, a
list of states or an asterisk for all states.
dest (string): The name of the destination State--i.e., the state
Expand Down

0 comments on commit 8813d6e

Please sign in to comment.