Skip to content

Commit 3f3c9f5

Browse files
committed
Fix minor documentation bugs in bdalg
1 parent fa43936 commit 3f3c9f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

control/bdalg.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ def append(*sys):
252252
system given; if you mix state-space systems and gain matrices,
253253
make sure the gain matrices are not first.
254254
255-
Parameters.
256-
-----------
255+
Parameters
256+
----------
257257
sys1, sys2, ... sysn: StateSpace or Transferfunction
258258
LTI systems to combine
259259
@@ -290,8 +290,8 @@ def connect(sys, Q, inputv, outputv):
290290
291291
Note: to have this work, inputs and outputs start counting at 1!!!!
292292
293-
Parameters.
294-
-----------
293+
Parameters
294+
----------
295295
sys: StateSpace Transferfunction
296296
System to be connected
297297
Q: 2d array

0 commit comments

Comments
 (0)