pytransitions / transitions

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

Remove leading whitespace in docstrings #599

Closed aleneum closed 9 months ago

aleneum commented 1 year ago

Discussed in https://github.com/pytransitions/transitions/discussions/598

Most docstrings in transitions contain a leading whitespace. These whitespaces should be removed to follow official docstring guidelines more accurately.