Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Sep 2, 2021
2 parents 8f8382e + f2b3f7b commit f676d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The following snippets illustrate several ways to achieve the same goal:

```python
# import Machine and State class
from transitions import State
from transitions import Machine, State

# Create a list of 3 states to pass to the Machine
# initializer. We can mix types; in this case, we
Expand Down

0 comments on commit f676d9a

Please sign in to comment.