Skip to content

Commit

Permalink
typo fix in _transport_factory.py docstring (#332)
Browse files Browse the repository at this point in the history
"regsiters" changed to "registers" in docstring.
  • Loading branch information
Zaynulla committed Apr 14, 2024
1 parent 3e37516 commit 79e5506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycyphal/application/_transport_factory.py
Expand Up @@ -26,7 +26,7 @@ def make_transport(
The register schema is documented below per transport class
(refer to the transport class documentation to find the defaults for optional registers).
All transports also accept the following standard regsiters:
All transports also accept the following standard registers:
+-------------------+-------------------+-----------------------------------------------------------------------+
| Register name | Register type | Semantics |
Expand Down

0 comments on commit 79e5506

Please sign in to comment.