Skip to content

Commit 791f7a6

Browse files
committed
TRV: docstring typo
1 parent cd3e4b6 commit 791f7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/iosys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,8 +1894,8 @@ def interconnect(syslist, connections=None, inplist=[], outlist=[],
18941894
and the special form '-sys.sig' can be used to specify a signal with
18951895
gain -1.
18961896
1897-
If omitted, all the `interconnect` function will attempt to create the
1898-
interconneciton map by connecting all signals with the same base names
1897+
If omitted, the `interconnect` function will attempt to create the
1898+
interconnection map by connecting all signals with the same base names
18991899
(ignoring the system name). Specifically, for each input signal name
19001900
in the list of systems, if that signal name corresponds to the output
19011901
signal in any of the systems, it will be connected to that input (with

0 commit comments

Comments
 (0)