From 90b87ca0733260952857d2c7243a50c7d91c7d0d Mon Sep 17 00:00:00 2001 From: Zaynulla <36727185+Zaynulla@users.noreply.github.com> Date: Sun, 14 Apr 2024 18:38:53 +0300 Subject: [PATCH] typo fix in _transport_factory.py docstring --- pycyphal/application/_transport_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycyphal/application/_transport_factory.py b/pycyphal/application/_transport_factory.py index 0bf289b2..014f6093 100644 --- a/pycyphal/application/_transport_factory.py +++ b/pycyphal/application/_transport_factory.py @@ -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 |