OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
120 stars 105 forks source link

typo fix in _transport_factory.py docstring #332

Closed Zaynulla closed 5 months ago

Zaynulla commented 5 months ago

"regsiters" changed to "registers" in docstring. Instead of messed pull request https://github.com/OpenCyphal/pycyphal/pull/331

Zaynulla commented 5 months ago

@pavel-kirienko should I to make pull request from and to master branch next time? I've realized that pipeline finished with errors but because of another commits in the dev branch. As I see most of recent merged pull requests was to master branch. Maybe I misunderstood purpose of dev branch in this project.

pavel-kirienko commented 5 months ago

No, you did everything correctly. The dev branch was a bit broken due to incomplete work in it but that was my fault.