pytransitions / transitions

A lightweight, object-oriented finite state machine implementation in Python with many extensions
MIT License
5.52k stars 525 forks source link

typo in method doc string #375

Closed meysam81 closed 4 years ago

meysam81 commented 4 years ago

there's a typo in method doc string & I would be glad to resolve it via a PR if that's ok: https://github.com/pytransitions/transitions/blob/02076d3f259efd1a2c066a823547ecd7083a49b7/transitions/core.py#L97

the correct description is: Callbacks executed when a state is exited.