Skip to content

Commit

Permalink
Fix an error in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Dec 29, 2015
1 parent e73cc66 commit d59501a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sismic/stories.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def story_from_trace(trace: list) -> Story:
c. states are entered
d. statechart is stabilized (states are entered)
:param trace: a list of ``micro step`` instances
:param trace: a list of ``MacroStep`` instances
:return: A story
"""
story = Story()
Expand Down

0 comments on commit d59501a

Please sign in to comment.