Skip to content

Commit cec6b5c

Browse files
committed
docstring make explicit that doprint is optional
1 parent 47cbe72 commit cec6b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

control/lti.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@ def damp(sys, doprint=True):
342342
343343
Parameters
344344
----------
345-
sys: LTI (StateSpace or TransferFunction)
345+
sys : LTI (StateSpace or TransferFunction)
346346
A linear system object
347-
doprint:
347+
doprint : bool (optional)
348348
if True, print table with values
349349
350350
Returns

0 commit comments

Comments
 (0)