Skip to content

Commit 612d19b

Browse files
committed
Fix combine_tf docstring typo
1 parent bf7f40d commit 612d19b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/bdalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def combine_tf(tf_array):
543543
Combine two transfer functions
544544
545545
>>> s = ct.TransferFunction.s
546-
>>> ct.ombine_tf([
546+
>>> ct.combine_tf([
547547
... [1 / (s + 1)],
548548
... [s / (s + 2)],
549549
... ])

0 commit comments

Comments
 (0)